Uses of Class
org.blender.dna.ImageUser
-
Packages that use ImageUser Package Description org.blender.dna -
-
Uses of ImageUser in org.blender.dna
Methods in org.blender.dna that return ImageUser Modifier and Type Method Description ImageUser
CameraBGImage. getIuser()
Get method for struct member 'iuser'.ImageUser
NodeTexEnvironment. getIuser()
Get method for struct member 'iuser'.ImageUser
NodeTexImage. getIuser()
Get method for struct member 'iuser'.ImageUser
SpaceImage. getIuser()
Get method for struct member 'iuser'.ImageUser
Tex. getIuser()
Get method for struct member 'iuser'.Methods in org.blender.dna that return types with arguments of type ImageUser Modifier and Type Method Description CPointer<ImageUser>
ImageUser. __io__addressof()
Instantiates a pointer on this instance.CPointer<ImageUser>
BlenderObject. getIuser()
Get method for struct member 'iuser'.Methods in org.blender.dna with parameters of type ImageUser Modifier and Type Method Description void
CameraBGImage. setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
NodeTexEnvironment. setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
NodeTexImage. setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
SpaceImage. setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
Tex. setIuser(ImageUser iuser)
Set method for struct member 'iuser'.Method parameters in org.blender.dna with type arguments of type ImageUser Modifier and Type Method Description void
BlenderObject. setIuser(CPointer<ImageUser> iuser)
Set method for struct member 'iuser'.Constructors in org.blender.dna with parameters of type ImageUser Constructor Description ImageUser(ImageUser that)
-