CocosSharp.CCActionState.Step Method
Called every frame with it's delta time.

Syntax

protected virtual void Step (float dt)

Parameters

dt
Delta time since the last invocation

Remarks

In general, you do not need to override this method, you are better off just overriding Update.

Requirements

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