Class GKAgent3D

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class GKAgent3D
extends GKAgent
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • GKAgent3D

      public GKAgent3D()
    • GKAgent3D

      protected GKAgent3D​(NSObject.Handle h, long handle)
    • GKAgent3D

      protected GKAgent3D​(NSObject.SkipInit skipInit)
  • Method Details

    • getPosition

      public VectorFloat3 getPosition()
    • setPosition

      public void setPosition​(VectorFloat3 v)
    • getVelocity

      public VectorFloat3 getVelocity()
    • isRightHanded

      public boolean isRightHanded()
    • setRightHanded

      public void setRightHanded​(boolean v)
    • getRotation

      public MatrixFloat3x4 getRotation()
    • setRotation

      public void setRotation​(MatrixFloat3x4 v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • update

      public void update​(double seconds)
      Overrides:
      update in class GKComponent