SwiftlyS2

CSkeletonInstance

Interface CSkeletonInstance

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CSkeletonInstance : CGameSceneNode, ISchemaClass<CGameSceneNode>, ISchemaClass<CSkeletonInstance>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

DirtyMotionType

SchemaUntypedField DirtyMotionType { get; }
Property Value

DisableSolidCollisionsForHierarchy

ref bool DisableSolidCollisionsForHierarchy { get; }
Property Value

HitboxSet

ref byte HitboxSet { get; }
Property Value

IsAnimationEnabled

ref bool IsAnimationEnabled { get; }
Property Value

IsGeneratingLatchedParentSpaceState

SchemaUntypedField IsGeneratingLatchedParentSpaceState { get; }
Property Value

MaterialGroup

ref CUtlStringToken MaterialGroup { get; }
Property Value

ModelState

CModelState ModelState { get; }
Property Value

UseParentRenderBounds

ref bool UseParentRenderBounds { get; }
Property Value

Methods

HitboxSetUpdated()

void HitboxSetUpdated()

IsAnimationEnabledUpdated()

void IsAnimationEnabledUpdated()

MaterialGroupUpdated()

void MaterialGroupUpdated()

ModelStateUpdated()

void ModelStateUpdated()

UseParentRenderBoundsUpdated()

void UseParentRenderBoundsUpdated()

On this page