CocosSharp.CCNode.ScheduleOnce Method
Schedules a selector that runs only once, with a delay of 0 or larger schedule(SEL_SCHEDULE, float, unsigned int, float)

Syntax

public void ScheduleOnce (Action<float> selector, float delay)

Parameters

selector
A function wrapped as a selector
delay
The amount of time that the first tick will wait before execution.

Remarks

Requirements

Namespace: CocosSharp
Assembly: CocosSharp (in CocosSharp.dll)