CocosSharp.CCNode.Schedule Method
Schedules a custom selector, the scheduled selector will be ticked every frame schedule(SEL_SCHEDULE, float, unsigned int, float)

Syntax

public void Schedule (Action<float> selector)

Parameters

selector
A function wrapped as a selector

Remarks

Requirements

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