SceneKit.SCNScene Members

The members of SceneKit.SCNScene 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

[read-only]
BackgroundSCNMaterialProperty. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
EndTimeAttributeKeyFoundation.NSString. Represents the value associated with the constant SCNSceneEndTimeAttributeKey
[read-only]
static
ExportDestinationUrlFoundation.NSString. Represents the value associated with the constant SCNSceneExportDestinationURL
FogColorFoundation.NSObject. Documentation for this section has not yet been entered.
FogDensityExponentnfloat. Documentation for this section has not yet been entered.
FogEndDistancenfloat. Documentation for this section has not yet been entered.
FogStartDistancenfloat. Documentation for this section has not yet been entered.
[read-only]
static
FrameRateAttributeKeyFoundation.NSString. Represents the value associated with the constant SCNSceneFrameRateAttributeKey
[read-only]
ParticleSystemsSCNParticleSystem[]. Documentation for this section has not yet been entered.
Pausedbool. Documentation for this section has not yet been entered.
[read-only]
PhysicsWorldSCNPhysicsWorld. Documentation for this section has not yet been entered.
[read-only]
RootNodeSCNNode. Documentation for this section has not yet been entered.
[read-only]
static
StartTimeAttributeKeyFoundation.NSString. Represents the value associated with the constant SCNSceneStartTimeAttributeKey
[read-only]
static
UpAxisAttributeKeyFoundation.NSString. Represents the value associated with the constant SCNSceneUpAxisAttributeKey

Public Methods

Add(SCNNode)
Documentation for this section has not yet been entered.
AddParticleSystem(SCNParticleSystem, SCNMatrix4)
Documentation for this section has not yet been entered.
static
Create() : SCNScene
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
FromFile(string) : SCNScene
Documentation for this section has not yet been entered.
static
FromFile(string, string, Foundation.NSDictionary) : SCNScene
Documentation for this section has not yet been entered.
static
FromFile(string, string, SCNSceneLoadingOptions) : SCNScene
Documentation for this section has not yet been entered.
static
FromUrl(Foundation.NSUrl, Foundation.NSDictionary, out Foundation.NSError) : SCNScene
Documentation for this section has not yet been entered.
static
FromUrl(Foundation.NSUrl, SCNSceneLoadingOptions, out Foundation.NSError) : SCNScene
Documentation for this section has not yet been entered.
GetAttribute(Foundation.NSString) : Foundation.NSObject
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<SCNNode>
Documentation for this section has not yet been entered.
RemoveAllParticleSystems()
Documentation for this section has not yet been entered.
RemoveParticleSystem(SCNParticleSystem)
Documentation for this section has not yet been entered.
SetAttribute(Foundation.NSObject, Foundation.NSString)
Documentation for this section has not yet been entered.

Protected Methods

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

Explicitly Implemented Interface Members

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