Summary
Connects this state to the `parent` at its next available child index.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerState
Syntax
public void SetParent(AnimancerNode parent)
Remarks
If the `parent` is
null, this state will be disconnected from everything.Parameters
| Name | Type | Description |
|---|---|---|
| parent | AnimancerNode |
Return Value
| Type | Description |
|---|---|
| void |