Class StateConstantExtensions
Inheritance
System.Object
StateConstantExtensions
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()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class StateConstantExtensions
Methods
|
Improve this Doc
View Source
GetBlendTree(IStateConstant)
Declaration
public static IBlendTreeConstant GetBlendTree(this IStateConstant stateConstant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StateConstant.IStateConstant |
stateConstant |
|
Returns
Type |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeConstant.IBlendTreeConstant |
|
|
Improve this Doc
View Source
GetId(IStateConstant)
Declaration
public static uint GetId(this IStateConstant stateConstant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StateConstant.IStateConstant |
stateConstant |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
GetName(IStateConstant, AssetDictionary<UInt32, Utf8String>)
Declaration
public static Utf8String GetName(this IStateConstant stateConstant, AssetDictionary<uint, Utf8String> tos)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StateConstant.IStateConstant |
stateConstant |
|
AssetDictionary<System.UInt32, Utf8String> |
tos |
|
Returns
Type |
Description |
Utf8String |
|
|
Improve this Doc
View Source
GetWriteDefaultValues(IStateConstant)
Declaration
public static bool GetWriteDefaultValues(this IStateConstant stateConstant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StateConstant.IStateConstant |
stateConstant |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsBlendTree(IStateConstant)
Declaration
public static bool IsBlendTree(this IStateConstant stateConstant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.StateConstant.IStateConstant |
stateConstant |
|
Returns
Type |
Description |
System.Boolean |
|