Class BlendTreeNodeConstantExtensions
Inheritance
System.Object
BlendTreeNodeConstantExtensions
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 BlendTreeNodeConstantExtensions
Methods
|
Improve this Doc
View Source
GetMaxThreshold(IBlendTreeNodeConstant)
Declaration
public static float GetMaxThreshold(this IBlendTreeNodeConstant constant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetMinThreshold(IBlendTreeNodeConstant)
Declaration
public static float GetMinThreshold(this IBlendTreeNodeConstant constant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetPosition(IBlendTreeNodeConstant, Int32)
Declaration
public static Vector2 GetPosition(this IBlendTreeNodeConstant constant, int index)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
System.Int32 |
index |
|
Returns
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
GetThreshold(IBlendTreeNodeConstant, Int32)
Declaration
public static float GetThreshold(this IBlendTreeNodeConstant constant, int index)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
System.Int32 |
index |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IsBlendTree(IBlendTreeNodeConstant)
Declaration
public static bool IsBlendTree(this IBlendTreeNodeConstant constant)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryGetDirectBlendParameter(IBlendTreeNodeConstant, Int32, out UInt32)
Declaration
public static bool TryGetDirectBlendParameter(this IBlendTreeNodeConstant constant, int index, out uint parameter)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.BlendTreeNodeConstant.IBlendTreeNodeConstant |
constant |
|
System.Int32 |
index |
|
System.UInt32 |
parameter |
|
Returns
Type |
Description |
System.Boolean |
|