Share via


SCNReferenceLoadingPolicy Enum

Definition

Enumerates possible loading policies for SCNReferenceNode objects.

[ObjCRuntime.Native]
public enum SCNReferenceLoadingPolicy
[<ObjCRuntime.Native>]
type SCNReferenceLoadingPolicy = 
Inheritance
SCNReferenceLoadingPolicy
Attributes

Fields

Name Value Description
Immediate 0

The scene is loaded as soon as the ReferenceUrl is initialized.

OnDemand 1

The scene is loaded only when the SCNReferenceNode is first about to be displayed.

Applies to