GKAgent2D.Update(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("updateWithDeltaTime:")]
public virtual void Update (double deltaTimeInSeconds);
override this.Update : double -> unit
Parameters
- deltaTimeInSeconds
- Double
The number of seconds that have passed since the last time this method was called.
- Attributes