PumpkinBehaviour

function SetState( name : string, delay : float ) : void

Parameters

name

State name to transition to.

delay

Delay in seconds.


Description
Set the next state with delay.

State can transition once per frame.