Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__parent_obmat
Field descriptor (offset) for struct member 'parent_obmat'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDframe_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDframe_Runtime(bGPDframe_Runtime that) |
|
bGPDframe_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDframe_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getParent_obmat()
Get method for struct member 'parent_obmat'.
|
void |
setParent_obmat(CArrayFacade<CArrayFacade<java.lang.Float>> parent_obmat)
Set method for struct member 'parent_obmat'.
|
__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
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bGPDframe_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__parent_obmat
Parent matrix for drawing.
This is how you get a reference on the corresponding field in the struct:
bGPDframe_Runtime bgpdframe_runtime = ...; CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__parent_obmat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_parent_obmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public bGPDframe_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bGPDframe_Runtime(bGPDframe_Runtime that)
public CArrayFacade<CArrayFacade<java.lang.Float>> getParent_obmat() throws java.io.IOException
Parent matrix for drawing.
java.io.IOException
__DNA__FIELD__parent_obmat
public void setParent_obmat(CArrayFacade<CArrayFacade<java.lang.Float>> parent_obmat) throws java.io.IOException
Parent matrix for drawing.
java.io.IOException
__DNA__FIELD__parent_obmat
public CPointer<bGPDframe_Runtime> __io__addressof()