SceneKit.SCNRenderer Members

The members of SceneKit.SCNRenderer are listed below.

See Also: Inherited members from Foundation.NSObject

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

AutoenablesDefaultLightingbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContextIntPtr. Documentation for this section has not yet been entered.
JitteringEnabledbool. Documentation for this section has not yet been entered.
Loopsbool. Documentation for this section has not yet been entered.
[read-only]
NextFrameTimeInSecondsdouble. Documentation for this section has not yet been entered.
OverlaySceneSpriteKit.SKScene. Documentation for this section has not yet been entered.
Playingbool. Documentation for this section has not yet been entered.
PointOfViewSCNNode. Documentation for this section has not yet been entered.
SceneSCNScene. Documentation for this section has not yet been entered.
SceneRendererDelegateISCNSceneRendererDelegate. Documentation for this section has not yet been entered.
SceneTimeInSecondsdouble. Documentation for this section has not yet been entered.
ShowsStatisticsbool. Documentation for this section has not yet been entered.
TechniqueSCNTechnique. Documentation for this section has not yet been entered.
WeakSceneRendererDelegateFoundation.NSObject. Documentation for this section has not yet been entered.

Public Methods

static
FromContext(IntPtr, Foundation.NSDictionary) : SCNRenderer
Documentation for this section has not yet been entered.
HitTest(Foundation.NSDictionary, CoreGraphics.CGPoint) : SCNHitTestResult[]
Documentation for this section has not yet been entered.
HitTest(SCNHitTestOptions, CoreGraphics.CGPoint) : SCNHitTestResult[]
Documentation for this section has not yet been entered.
IsNodeInsideFrustum(SCNNode, SCNNode) : bool
Documentation for this section has not yet been entered.
Prepare(Foundation.NSObject, Func<bool>) : bool
Documentation for this section has not yet been entered.
Prepare(Foundation.NSObject[], Action<bool>)
Documentation for this section has not yet been entered.
ProjectPoint(SCNVector3) : SCNVector3
Documentation for this section has not yet been entered.
Render()
Documentation for this section has not yet been entered.
Render(double)
Documentation for this section has not yet been entered.
UnprojectPoint(SCNVector3) : SCNVector3
Documentation for this section has not yet been entered.

Protected Methods

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