Class CTextureBasedAnimatable
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CTextureBasedAnimatable : CBaseModelEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCTextureBasedAnimatable
- 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
AnimationBoundsMin
[SchemaMember("CTextureBasedAnimatable", "m_vAnimationBoundsMin")]
public Vector AnimationBoundsMin { get; }
Property Value
FPS
[SchemaMember("CTextureBasedAnimatable", "m_flFPS")]
public ref float FPS { get; }
Property Value
Loop
[SchemaMember("CTextureBasedAnimatable", "m_bLoop")]
public ref bool Loop { get; }
Property Value
PositionKeys
[SchemaMember("CTextureBasedAnimatable", "m_hPositionKeys")]
public CStrongHandle<InfoForResourceTypeCTextureBase> PositionKeys { get; }
Property Value
RotationKeys
[SchemaMember("CTextureBasedAnimatable", "m_hRotationKeys")]
public CStrongHandle<InfoForResourceTypeCTextureBase> RotationKeys { get; }
Property Value
StartFrame
[SchemaMember("CTextureBasedAnimatable", "m_flStartFrame")]
public ref float StartFrame { get; }
Property Value
StartTime
[SchemaMember("CTextureBasedAnimatable", "m_flStartTime")]
public ref float StartTime { get; }