public class ParticleInstanceModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__axis
Field descriptor (offset) for struct member 'axis'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__position
Field descriptor (offset) for struct member 'position'.
|
static long[] |
__DNA__FIELD__psys
Field descriptor (offset) for struct member 'psys'.
|
static long[] |
__DNA__FIELD__random_position
Field descriptor (offset) for struct member 'random_position'.
|
static long[] |
__DNA__FIELD__rt
Field descriptor (offset) for struct member 'rt'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ParticleInstanceModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ParticleInstanceModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ParticleInstanceModifierData(ParticleInstanceModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ParticleInstanceModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAxis()
Get method for struct member 'axis'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
float |
getPosition()
Get method for struct member 'position'.
|
short |
getPsys()
Get method for struct member 'psys'.
|
float |
getRandom_position()
Get method for struct member 'random_position'.
|
short |
getRt()
Get method for struct member 'rt'.
|
void |
setAxis(short axis)
Set method for struct member 'axis'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPosition(float position)
Set method for struct member 'position'.
|
void |
setPsys(short psys)
Set method for struct member 'psys'.
|
void |
setRandom_position(float random_position)
Set method for struct member 'random_position'.
|
void |
setRt(short rt)
Set method for struct member 'rt'.
|
__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 ParticleInstanceModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__psys
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__psys); CPointer<Short> p_psys = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__axis
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__axis); CPointer<Short> p_axis = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rt
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__rt); CPointer<Short> p_rt = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__position
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__position); CPointer<Float> p_position = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__random_position
This is how you get a reference on the corresponding field in the struct:
ParticleInstanceModifierData particleinstancemodifierdata = ...; CPointer<Object> p = particleinstancemodifierdata.__dna__addressof(ParticleInstanceModifierData.__DNA__FIELD__random_position); CPointer<Float> p_random_position = p.cast(new Class[]{Float.class});
public ParticleInstanceModifierData(long __address, Block __block, BlockTable __blockTable)
protected ParticleInstanceModifierData(ParticleInstanceModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CPointer<BlenderObject> getOb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public short getPsys() throws java.io.IOException
java.io.IOException
__DNA__FIELD__psys
public void setPsys(short psys) throws java.io.IOException
java.io.IOException
__DNA__FIELD__psys
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getAxis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public void setAxis(short axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public short getRt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public void setRt(short rt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public float getPosition() throws java.io.IOException
java.io.IOException
__DNA__FIELD__position
public void setPosition(float position) throws java.io.IOException
java.io.IOException
__DNA__FIELD__position
public float getRandom_position() throws java.io.IOException
java.io.IOException
__DNA__FIELD__random_position
public void setRandom_position(float random_position) throws java.io.IOException
java.io.IOException
__DNA__FIELD__random_position
public CPointer<ParticleInstanceModifierData> __io__addressof()