Summary
Initialize the PlayableGraph. There is typically no need to call this manually.
Syntax
public void Initialize(PlayableGraph? existingGraph = null)
Parameters
Name | Type | Description |
---|---|---|
existingGraph | PlayableGraph? | An optional existing graph in which the FlexMotionAnimator playables will be added instead of instantiating a new one. |