Uses of Class
org.blender.dna.CustomDataLayer
-
Packages that use CustomDataLayer Package Description org.blender.dna -
-
Uses of CustomDataLayer in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CustomDataLayer Modifier and Type Method Description CPointer<CustomDataLayer>
CustomDataLayer. __io__addressof()
Instantiates a pointer on this instance.CPointer<CustomDataLayer>
CustomData. getLayers()
Get method for struct member 'layers'.Method parameters in org.blender.dna with type arguments of type CustomDataLayer Modifier and Type Method Description void
CustomData. setLayers(CPointer<CustomDataLayer> layers)
Set method for struct member 'layers'.Constructors in org.blender.dna with parameters of type CustomDataLayer Constructor Description CustomDataLayer(CustomDataLayer that)
-