SceneKit.SCNNode Members

The members of SceneKit.SCNNode are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
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

CameraSCNCamera. Documentation for this section has not yet been entered.
CastsShadowbool. Documentation for this section has not yet been entered.
CategoryBitMasknuint. Documentation for this section has not yet been entered.
[read-only]
ChildNodesSCNNode[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ConstraintsSCNConstraint[]. Documentation for this section has not yet been entered.
EulerAnglesSCNVector3. Documentation for this section has not yet been entered.
FiltersCoreImage.CIFilter[]. Documentation for this section has not yet been entered.
GeometrySCNGeometry. Documentation for this section has not yet been entered.
Hiddenbool. Documentation for this section has not yet been entered.
LightSCNLight. Documentation for this section has not yet been entered.
MorpherSCNMorpher. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
Opacitynfloat. Documentation for this section has not yet been entered.
OrientationSCNQuaternion. Documentation for this section has not yet been entered.
[read-only]
ParentNodeSCNNode. Documentation for this section has not yet been entered.
[read-only]
ParticleSystemsSCNParticleSystem[]. Documentation for this section has not yet been entered.
Pausedbool. Documentation for this section has not yet been entered.
PhysicsBodySCNPhysicsBody. Documentation for this section has not yet been entered.
PhysicsFieldSCNPhysicsField. Documentation for this section has not yet been entered.
PivotSCNMatrix4. Documentation for this section has not yet been entered.
PositionSCNVector3. Documentation for this section has not yet been entered.
[read-only]
PresentationNodeSCNNode. Documentation for this section has not yet been entered.
RendererDelegateISCNNodeRendererDelegate. Documentation for this section has not yet been entered.
RenderingOrdernint. Documentation for this section has not yet been entered.
RotationSCNVector4. Documentation for this section has not yet been entered.
ScaleSCNVector3. Documentation for this section has not yet been entered.
SkinnerSCNSkinner. Documentation for this section has not yet been entered.
TransformSCNMatrix4. Documentation for this section has not yet been entered.
WeakRendererDelegateFoundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
WorldTransformSCNMatrix4. Documentation for this section has not yet been entered.

Public Methods

Add(SCNNode)
Documentation for this section has not yet been entered.
AddAnimation(CoreAnimation.CAAnimation, Foundation.NSString)
Documentation for this section has not yet been entered.
AddAnimation(CoreAnimation.CAAnimation, string)
Documentation for this section has not yet been entered.
AddChildNode(SCNNode)
Documentation for this section has not yet been entered.
AddNodes(params SCNNode[])
Documentation for this section has not yet been entered.
AddParticleSystem(SCNParticleSystem)
Documentation for this section has not yet been entered.
Clone() : SCNNode
Documentation for this section has not yet been entered.
ConvertPositionFromNode(SCNVector3, SCNNode) : SCNVector3
Documentation for this section has not yet been entered.
ConvertPositionToNode(SCNVector3, SCNNode) : SCNVector3
Documentation for this section has not yet been entered.
ConvertTransformFromNode(SCNMatrix4, SCNNode) : SCNMatrix4
Documentation for this section has not yet been entered.
ConvertTransformToNode(SCNMatrix4, SCNNode) : SCNMatrix4
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() : SCNNode
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
EnumerateChildNodes(SCNNodePredicate)
Documentation for this section has not yet been entered.
FindChildNode(string, bool) : SCNNode
Documentation for this section has not yet been entered.
FindNodes(SCNNodePredicate) : SCNNode[]
Documentation for this section has not yet been entered.
FlattenedClone() : SCNNode
Documentation for this section has not yet been entered.
static
FromGeometry(SCNGeometry) : SCNNode
Documentation for this section has not yet been entered.
GetAction(string) : SCNAction
Documentation for this section has not yet been entered.
GetAnimation(Foundation.NSString) : CoreAnimation.CAAnimation
Documentation for this section has not yet been entered.
GetAnimationKeys() : Foundation.NSString[]
Documentation for this section has not yet been entered.
GetBoundingBox(ref SCNVector3, ref SCNVector3) : bool
Documentation for this section has not yet been entered.
GetBoundingSphere(ref SCNVector3, ref nfloat) : bool
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<SCNNode>
Documentation for this section has not yet been entered.
HasActions() : bool
Documentation for this section has not yet been entered.
HitTest(SCNVector3, SCNVector3, Foundation.NSDictionary) : SCNHitTestResult[]
Documentation for this section has not yet been entered.
HitTest(SCNVector3, SCNVector3, SCNHitTestOptions) : SCNHitTestResult[]
Documentation for this section has not yet been entered.
InsertChildNode(SCNNode, nint)
Documentation for this section has not yet been entered.
IsAnimationPaused(Foundation.NSString) : bool
Documentation for this section has not yet been entered.
PauseAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
RemoveAction(string)
Documentation for this section has not yet been entered.
RemoveAllActions()
Documentation for this section has not yet been entered.
RemoveAllAnimations()
Documentation for this section has not yet been entered.
RemoveAllParticleSystems()
Documentation for this section has not yet been entered.
RemoveAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
RemoveAnimation(Foundation.NSString, nfloat)
Documentation for this section has not yet been entered.
RemoveFromParentNode()
Documentation for this section has not yet been entered.
RemoveParticleSystem(SCNParticleSystem)
Documentation for this section has not yet been entered.
ReplaceChildNode(SCNNode, SCNNode)
Documentation for this section has not yet been entered.
ResumeAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
RunAction(SCNAction)
Documentation for this section has not yet been entered.
RunAction(SCNAction, Action)
Documentation for this section has not yet been entered.
RunAction(SCNAction, string)
Documentation for this section has not yet been entered.
RunAction(SCNAction, string, Action)
Documentation for this section has not yet been entered.
SetBoundingBox(ref SCNVector3, ref SCNVector3)
Documentation for this section has not yet been entered.

Protected Methods

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

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.