Class GKSphereObstacle

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class GKSphereObstacle
extends GKObstacle
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • GKSphereObstacle

      public GKSphereObstacle()
    • GKSphereObstacle

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

      protected GKSphereObstacle​(NSObject.SkipInit skipInit)
    • GKSphereObstacle

      public GKSphereObstacle​(float radius)
  • Method Details

    • getRadius

      public float getRadius()
    • setRadius

      public void setRadius​(float v)
    • getPosition

      public VectorFloat3 getPosition()
    • setPosition

      public void setPosition​(VectorFloat3 v)
    • init

      protected long init​(float radius)