The members of SceneKit.SCNPhysicsWorld are listed below.
				
See Also: Inherited members from Foundation.NSObject
Public Constructors
|  |  | A constructor that initializes the object from the data stored in the unarchiver object. | 
Protected Constructors
|  |  | Constructor to call on derived classes to skip initialization and merely allocate the object. | 
|  |  | A constructor used when creating managed representations of unmanaged objects;  Called by the runtime. | 
Public Properties
Public Methods
|  | AddBehavior(SCNPhysicsBehavior) Documentation for this section has not yet been entered. | 
|  | ContactTest(SCNPhysicsBody, Foundation.NSDictionary) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | ContactTest(SCNPhysicsBody, SCNPhysicsTest) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | ContactTest(SCNPhysicsBody, SCNPhysicsBody, Foundation.NSDictionary) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | ContactTest(SCNPhysicsBody, SCNPhysicsBody, SCNPhysicsTest) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | ConvexSweepTest(SCNPhysicsShape, SCNMatrix4, SCNMatrix4, Foundation.NSDictionary) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | ConvexSweepTest(SCNPhysicsShape, SCNMatrix4, SCNMatrix4, SCNPhysicsTest) : SCNPhysicsContact[] Documentation for this section has not yet been entered. | 
|  | EncodeTo(Foundation.NSCoder) Encodes the state of the object on the provided encoder | 
|  | RayTestWithSegmentFromPoint(SCNVector3, SCNVector3, Foundation.NSDictionary) : SCNHitTestResult[] Documentation for this section has not yet been entered. | 
|  | RayTestWithSegmentFromPoint(SCNVector3, SCNVector3, SCNPhysicsTest) : SCNHitTestResult[] Documentation for this section has not yet been entered. | 
|  | RemoveAllBehaviors() Documentation for this section has not yet been entered. | 
|  | RemoveBehavior(SCNPhysicsBehavior) Documentation for this section has not yet been entered. | 
|  | UpdateCollisionPairs() Documentation for this section has not yet been entered. | 
Protected Methods
| override  | Dispose(bool) Releases the resources used by the SCNPhysicsWorld object. | 
Public Events