Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnPlayableCreate(Playable)

This function is called when the Playable that owns the PlayableBehaviour is created.
Read time 1 minuteLast updated 6 days ago

Definition

public virtual void OnPlayableCreate(Playable playable)

Parameters

playable

The Playable that owns the current PlayableBehaviour.