SwiftlyS2

CSprite

Interface CSprite

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CSprite : CBaseModelEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CSprite>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

AttachedToEntity

ref CHandle<CBaseEntity> AttachedToEntity { get; }
Property Value

Attachment

AttachmentHandle_t Attachment { get; }
Property Value

Brightness

ref uint Brightness { get; }
Property Value

BrightnessDuration

ref float BrightnessDuration { get; }
Property Value

BrightnessTimeStart

GameTime_t BrightnessTimeStart { get; }
Property Value

DestBrightness

ref int DestBrightness { get; }
Property Value

DestScale

ref float DestScale { get; }
Property Value

DieTime

GameTime_t DieTime { get; }
Property Value

Frame

ref float Frame { get; }
Property Value

GlowProxySize

ref float GlowProxySize { get; }
Property Value

HDRColorScale

ref float HDRColorScale { get; }
Property Value

LastTime

GameTime_t LastTime { get; }
Property Value

MaxFrame

ref float MaxFrame { get; }
Property Value

ScaleDuration

ref float ScaleDuration { get; }
Property Value

ScaleTimeStart

GameTime_t ScaleTimeStart { get; }
Property Value

SpriteFramerate

ref float SpriteFramerate { get; }
Property Value

SpriteHeight

ref int SpriteHeight { get; }
Property Value

SpriteMaterial

ref CStrongHandle<InfoForResourceTypeIMaterial2> SpriteMaterial { get; }
Property Value

SpriteScale

ref float SpriteScale { get; }
Property Value

SpriteWidth

ref int SpriteWidth { get; }
Property Value

StartBrightness

ref int StartBrightness { get; }
Property Value

StartScale

ref float StartScale { get; }
Property Value

WorldSpaceScale

ref bool WorldSpaceScale { get; }
Property Value

Methods

AttachedToEntityUpdated()

void AttachedToEntityUpdated()

AttachmentUpdated()

void AttachmentUpdated()

BrightnessDurationUpdated()

void BrightnessDurationUpdated()

BrightnessUpdated()

void BrightnessUpdated()

FrameUpdated()

void FrameUpdated()

GlowProxySizeUpdated()

void GlowProxySizeUpdated()

HDRColorScaleUpdated()

void HDRColorScaleUpdated()

ScaleDurationUpdated()

void ScaleDurationUpdated()

SpriteFramerateUpdated()

void SpriteFramerateUpdated()

SpriteMaterialUpdated()

void SpriteMaterialUpdated()

SpriteScaleUpdated()

void SpriteScaleUpdated()

WorldSpaceScaleUpdated()

void WorldSpaceScaleUpdated()

On this page