Class VirtualBlendTree
public sealed class VirtualBlendTree : VirtualMotion
- Inheritance
-
VirtualBlendTree
- Inherited Members
-
Properties
BlendParameter
public string BlendParameter { get; set; }
Property Value
- string
BlendParameterY
public string BlendParameterY { get; set; }
Property Value
- string
BlendType
public BlendTreeType BlendType { get; set; }
Property Value
- BlendTreeType
Children
public ImmutableList<VirtualBlendTree.VirtualChildMotion> Children { get; set; }
Property Value
- ImmutableList<VirtualBlendTree.VirtualChildMotion>
MaxThreshold
public float MaxThreshold { get; set; }
Property Value
- float
MinThreshold
public float MinThreshold { get; set; }
Property Value
- float
Name
public override string Name { get; set; }
Property Value
- string
UseAutomaticThresholds
public bool UseAutomaticThresholds { get; set; }
Property Value
- bool
Methods
Commit(object, Motion)
protected override void Commit(object context, Motion obj)
Parameters
context
object
obj
Motion
Create(string)
public static VirtualBlendTree Create(string name = "(unnamed)")
Parameters
name
string
Returns
- VirtualBlendTree
Prepare(object)
protected override Motion Prepare(object context)
Parameters
context
object
Returns
- Motion
_EnumerateChildren()
protected override IEnumerable<VirtualNode> _EnumerateChildren()
Returns
- IEnumerable<VirtualNode>