Package org.blender.dna
Class MovieClip_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.MovieClip_Runtime
-
public class MovieClip_Runtime extends CFacade
Generated facet for DNA struct type 'MovieClip_Runtime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__gputextures
Field descriptor (offset) for struct member 'gputextures'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieClip_Runtime.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description MovieClip_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
MovieClip_Runtime(MovieClip_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<MovieClip_Runtime>
__io__addressof()
Instantiates a pointer on this instance.ListBase
getGputextures()
Get method for struct member 'gputextures'.void
setGputextures(ListBase gputextures)
Set method for struct member 'gputextures'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct MovieClip_Runtime.It is required when allocating a new block to store data for MovieClip_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__gputextures
public static final long[] __DNA__FIELD__gputextures
Field descriptor (offset) for struct member 'gputextures'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
MovieClip_Runtime movieclip_runtime = ...; CPointer<Object> p = movieclip_runtime.__dna__addressof(MovieClip_Runtime.__DNA__FIELD__gputextures); CPointer<ListBase> p_gputextures = p.cast(new Class[]{ListBase.class});
Metadata
- Field: 'gputextures'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
-
Constructor Detail
-
MovieClip_Runtime
public MovieClip_Runtime(long __address, Block __block, BlockTable __blockTable)
-
MovieClip_Runtime
protected MovieClip_Runtime(MovieClip_Runtime that)
-
-
Method Detail
-
getGputextures
public ListBase getGputextures() throws java.io.IOException
Get method for struct member 'gputextures'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gputextures
-
setGputextures
public void setGputextures(ListBase gputextures) throws java.io.IOException
Set method for struct member 'gputextures'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gputextures
-
__io__addressof
public CPointer<MovieClip_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-