Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Immediate  
      static long OnDemand  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait