Class AvatarConstantExtensions
Inheritance
System.Object
AvatarConstantExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class AvatarConstantExtensions
Methods
| Improve this Doc View SourceGetDefaultPose(IAvatarConstant)
Declaration
public static IOffsetPtr_SkeletonPose GetDefaultPose(this IAvatarConstant constant)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.AvatarConstant.IAvatarConstant | constant |
Returns
Type | Description |
---|---|
AssetRipper.SourceGenerated.Subclasses.OffsetPtr_SkeletonPose.IOffsetPtr_SkeletonPose |
GetSkeletonNameIDArray(IAvatarConstant)
Declaration
public static AssetList<uint> GetSkeletonNameIDArray(this IAvatarConstant constant)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.AvatarConstant.IAvatarConstant | constant |
Returns
Type | Description |
---|---|
AssetList<System.UInt32> |