CAnimStateMachineUpdater
Interface CAnimStateMachineUpdater
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CAnimStateMachineUpdater : ISchemaClass<CAnimStateMachineUpdater>, ISchemaField, ISchemaClass, INativeHandleImplements
Properties
StartStateIndex
ref int StartStateIndex { get; }Property Value
States
ref CUtlVector<CStateUpdateData> States { get; }Property Value
Transitions
ref CUtlVector<CTransitionUpdateData> Transitions { get; }Property Value