Table of Contents

Class CTextureBasedAnimatable

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CTextureBasedAnimatable : CBaseModelEntity, IEquatable<CEntityInstance>
Inheritance
CTextureBasedAnimatable
Implements
Inherited Members

Constructors

CTextureBasedAnimatable(nint)

public CTextureBasedAnimatable(nint pointer)

Parameters

pointer nint

Properties

AnimationBoundsMax

[SchemaMember("CTextureBasedAnimatable", "m_vAnimationBoundsMax")]
public Vector AnimationBoundsMax { get; }

Property Value

Vector

AnimationBoundsMin

[SchemaMember("CTextureBasedAnimatable", "m_vAnimationBoundsMin")]
public Vector AnimationBoundsMin { get; }

Property Value

Vector

FPS

[SchemaMember("CTextureBasedAnimatable", "m_flFPS")]
public ref float FPS { get; }

Property Value

float

Loop

[SchemaMember("CTextureBasedAnimatable", "m_bLoop")]
public ref bool Loop { get; }

Property Value

bool

PositionKeys

[SchemaMember("CTextureBasedAnimatable", "m_hPositionKeys")]
public CStrongHandle<InfoForResourceTypeCTextureBase> PositionKeys { get; }

Property Value

CStrongHandle<InfoForResourceTypeCTextureBase>

RotationKeys

[SchemaMember("CTextureBasedAnimatable", "m_hRotationKeys")]
public CStrongHandle<InfoForResourceTypeCTextureBase> RotationKeys { get; }

Property Value

CStrongHandle<InfoForResourceTypeCTextureBase>

StartFrame

[SchemaMember("CTextureBasedAnimatable", "m_flStartFrame")]
public ref float StartFrame { get; }

Property Value

float

StartTime

[SchemaMember("CTextureBasedAnimatable", "m_flStartTime")]
public ref float StartTime { get; }

Property Value

float