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