Uses of Class
org.blender.dna.SceneCollection
-
Packages that use SceneCollection Package Description org.blender.dna -
-
Uses of SceneCollection in org.blender.dna
Methods in org.blender.dna that return types with arguments of type SceneCollection Modifier and Type Method Description CPointer<SceneCollection>
SceneCollection. __io__addressof()
Instantiates a pointer on this instance.CPointer<SceneCollection>
Collection. getCollection()
Deprecated.DeprecatedCPointer<SceneCollection>
Scene. getCollection()
Deprecated.DeprecatedCPointer<SceneCollection>
SceneCollection. getNext()
Get method for struct member 'next'.CPointer<SceneCollection>
SceneCollection. getPrev()
Get method for struct member 'prev'.CPointer<SceneCollection>
LayerCollection. getScene_collection()
Deprecated.DeprecatedMethod parameters in org.blender.dna with type arguments of type SceneCollection Modifier and Type Method Description void
Collection. setCollection(CPointer<SceneCollection> collection)
Deprecated.Deprecatedvoid
Scene. setCollection(CPointer<SceneCollection> collection)
Deprecated.Deprecatedvoid
SceneCollection. setNext(CPointer<SceneCollection> next)
Set method for struct member 'next'.void
SceneCollection. setPrev(CPointer<SceneCollection> prev)
Set method for struct member 'prev'.void
LayerCollection. setScene_collection(CPointer<SceneCollection> scene_collection)
Deprecated.DeprecatedConstructors in org.blender.dna with parameters of type SceneCollection Constructor Description SceneCollection(SceneCollection that)
-