Package apple.scenekit.enums
Class SCNReferenceLoadingPolicy
- java.lang.Object
-
- apple.scenekit.enums.SCNReferenceLoadingPolicy
-
public final class SCNReferenceLoadingPolicy extends java.lang.Object[@enum] SCNReferenceLoadingPolicy Controls whenever to load the reference node. When the load policy is set to SCNReferenceLoadingPolicyImmediately, the reference is loaded immediately when the SCNReferenceNode is unarchived. When the load policy is set to SCNReferenceLoadingPolicyOnDemand the reference is never loaded until "load" is explicitly invoked.
-
-
Field Detail
-
Immediate
public static final long Immediate
- See Also:
- Constant Field Values
-
OnDemand
public static final long OnDemand
- See Also:
- Constant Field Values
-
-