SpriteKit.SKPhysicsBody Members

The members of SpriteKit.SKPhysicsBody 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

AffectedByGravitybool. Whether the body is affected by the SpriteKit.SKPhysicsWorld's SKPhysicsWorld.Gravity vector.
[read-only]
AllContactedBodiesSKPhysicsBody[]. Documentation for this section has not yet been entered.
AllowsRotationbool. Documentation for this section has not yet been entered.
AngularDampingnfloat. Documentation for this section has not yet been entered.
AngularVelocitynfloat. Documentation for this section has not yet been entered.
[read-only]
Areanfloat. Documentation for this section has not yet been entered.
CategoryBitMaskuint. Documentation for this section has not yet been entered.
Chargenfloat. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CollisionBitMaskuint. Documentation for this section has not yet been entered.
ContactTestBitMaskuint. Documentation for this section has not yet been entered.
Densitynfloat. Documentation for this section has not yet been entered.
Dynamicbool. Documentation for this section has not yet been entered.
FieldBitMaskuint. Documentation for this section has not yet been entered.
Frictionnfloat. Documentation for this section has not yet been entered.
[read-only]
JointsSKPhysicsJoint[]. Documentation for this section has not yet been entered.
LinearDampingnfloat. Documentation for this section has not yet been entered.
Massnfloat. Documentation for this section has not yet been entered.
[read-only]
NodeSKNode. Documentation for this section has not yet been entered.
Pinnedbool. Documentation for this section has not yet been entered.
Restingbool. Documentation for this section has not yet been entered.
Restitutionnfloat. Documentation for this section has not yet been entered.
UsesPreciseCollisionDetectionbool. Documentation for this section has not yet been entered.
VelocityCoreGraphics.CGVector. Documentation for this section has not yet been entered.

Public Methods

ApplyAngularImpulse(nfloat)
Documentation for this section has not yet been entered.
ApplyForce(CoreGraphics.CGVector)
Documentation for this section has not yet been entered.
ApplyForce(CoreGraphics.CGVector, CoreGraphics.CGPoint)
Documentation for this section has not yet been entered.
ApplyImpulse(CoreGraphics.CGVector)
Documentation for this section has not yet been entered.
ApplyImpulse(CoreGraphics.CGVector, CoreGraphics.CGPoint)
Documentation for this section has not yet been entered.
ApplyTorque(nfloat)
Documentation for this section has not yet been entered.
Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
static
Create(SKTexture, CoreGraphics.CGSize) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
Create(SKTexture, float, CoreGraphics.CGSize) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateBodyFromPath(CoreGraphics.CGPath) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateCircularBody(nfloat) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateCircularBody(nfloat, CoreGraphics.CGPoint) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateEdge(CoreGraphics.CGPoint, CoreGraphics.CGPoint) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateEdgeChain(CoreGraphics.CGPath) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateEdgeLoop(CoreGraphics.CGPath) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateEdgeLoop(CoreGraphics.CGRect) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateRectangularBody(CoreGraphics.CGSize) : SKPhysicsBody
Documentation for this section has not yet been entered.
static
CreateRectangularBody(CoreGraphics.CGSize, CoreGraphics.CGPoint) : SKPhysicsBody
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
FromBodies(SKPhysicsBody[]) : SKPhysicsBody
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SKPhysicsBody object.