public class MFloatProperty extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__f
Field descriptor (offset) for struct member 'f'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MFloatProperty.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MFloatProperty(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MFloatProperty(MFloatProperty that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MFloatProperty> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getF()
Get method for struct member 'f'.
|
void |
setF(float f)
Set method for struct member 'f'.
|
__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 MFloatProperty.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__f
This is how you get a reference on the corresponding field in the struct:
MFloatProperty mfloatproperty = ...; CPointer<Object> p = mfloatproperty.__dna__addressof(MFloatProperty.__DNA__FIELD__f); CPointer<Float> p_f = p.cast(new Class[]{Float.class});
public MFloatProperty(long __address, Block __block, BlockTable __blockTable)
protected MFloatProperty(MFloatProperty that)
public float getF() throws java.io.IOException
java.io.IOException
__DNA__FIELD__f
public void setF(float f) throws java.io.IOException
java.io.IOException
__DNA__FIELD__f
public CPointer<MFloatProperty> __io__addressof()