BeginStart
(
monoBehaviour
, started
, baseStart
)
|
Signature
static void BeginStart(this MonoBehaviour monoBehaviour, ref bool started, Action baseStart=null) Parameters monoBehaviour: this MonoBehaviourstarted: ref boolbaseStart: ActionReturns void |
EndStart
(
monoBehaviour
, started
)
|
Signature
static void EndStart(this MonoBehaviour monoBehaviour, ref bool started) Parameters monoBehaviour: this MonoBehaviourstarted: ref boolReturns void |