CAnimSkeleton
Interface CAnimSkeleton
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CAnimSkeleton : ISchemaClass<CAnimSkeleton>, ISchemaField, ISchemaClass, INativeHandleImplements
Properties
BoneNames
ref CUtlVector<CUtlString> BoneNames { get; }Property Value
Children
ref CUtlVector<CUtlVector<int>> Children { get; }Property Value
Feet
ref CUtlVector<CAnimFoot> Feet { get; }Property Value
LocalSpaceTransforms
ref CUtlVector<CTransform> LocalSpaceTransforms { get; }Property Value
LodBoneCounts
ref CUtlVector<int> LodBoneCounts { get; }Property Value
ModelSpaceTransforms
ref CUtlVector<CTransform> ModelSpaceTransforms { get; }Property Value
MorphNames
ref CUtlVector<CUtlString> MorphNames { get; }Property Value
Parents
ref CUtlVector<int> Parents { get; }Property Value