AnimationBlendSelector1D.RemoveNode Method
Definition¶
Namespace: Brine2D.Animation
| Overloads | |
|---|---|
| RemoveNode(float) | Removes the first node whose threshold is within 1e-6 of threshold. Returns true if a node was removed. Evaluates immediately after removing. |
| RemoveNode(string) | Removes the first node whose clip name equals clipName. Returns true if a node was removed. Evaluates immediately after removing. |
AnimationBlendSelector1D.RemoveNode(float) Method¶
Removes the first node whose threshold is within 1e-6 of threshold.
Returns true if a node was removed. Evaluates immediately after removing.
public bool RemoveNode(float threshold);
Parameters¶
threshold System.Single
Returns¶
AnimationBlendSelector1D.RemoveNode(string) Method¶
Removes the first node whose clip name equals clipName.
Returns true if a node was removed. Evaluates immediately after removing.
public bool RemoveNode(string clipName);
Parameters¶
clipName System.String