public class bEditObjectActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angVelocity
Field descriptor (offset) for struct member 'angVelocity'.
|
static long[] |
__DNA__FIELD__dyn_operation
Field descriptor (offset) for struct member 'dyn_operation'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__linVelocity
Field descriptor (offset) for struct member 'linVelocity'.
|
static long[] |
__DNA__FIELD__localflag
Field descriptor (offset) for struct member 'localflag'.
|
static long[] |
__DNA__FIELD__mass
Field descriptor (offset) for struct member 'mass'.
|
static long[] |
__DNA__FIELD__me
Field descriptor (offset) for struct member 'me'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__time
Field descriptor (offset) for struct member 'time'.
|
static long[] |
__DNA__FIELD__trackflag
Field descriptor (offset) for struct member 'trackflag'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__upflag
Field descriptor (offset) for struct member 'upflag'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bEditObjectActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bEditObjectActuator(bEditObjectActuator that) |
|
bEditObjectActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bEditObjectActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getAngVelocity()
Get method for struct member 'angVelocity'.
|
short |
getDyn_operation()
Get method for struct member 'dyn_operation'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getLinVelocity()
Get method for struct member 'linVelocity'.
|
short |
getLocalflag()
Get method for struct member 'localflag'.
|
float |
getMass()
Get method for struct member 'mass'.
|
CPointer<Mesh> |
getMe()
Get method for struct member 'me'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
int |
getPad()
Get method for struct member 'pad'.
|
int |
getTime()
Get method for struct member 'time'.
|
short |
getTrackflag()
Get method for struct member 'trackflag'.
|
short |
getType()
Get method for struct member 'type'.
|
short |
getUpflag()
Get method for struct member 'upflag'.
|
void |
setAngVelocity(CArrayFacade<java.lang.Float> angVelocity)
Set method for struct member 'angVelocity'.
|
void |
setDyn_operation(short dyn_operation)
Set method for struct member 'dyn_operation'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLinVelocity(CArrayFacade<java.lang.Float> linVelocity)
Set method for struct member 'linVelocity'.
|
void |
setLocalflag(short localflag)
Set method for struct member 'localflag'.
|
void |
setMass(float mass)
Set method for struct member 'mass'.
|
void |
setMe(CPointer<Mesh> me)
Set method for struct member 'me'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setTime(int time)
Set method for struct member 'time'.
|
void |
setTrackflag(short trackflag)
Set method for struct member 'trackflag'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setUpflag(short upflag)
Set method for struct member 'upflag'.
|
__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 bEditObjectActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__time
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__time); CPointer<Integer> p_time = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__type); CPointer<Short> p_type = 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:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__me
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__me); CPointer<CPointer<Mesh>> p_me = p.cast(new Class[]{CPointer.class, Mesh.class});
public static final long[] __DNA__FIELD__name
MAX_NAME
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__linVelocity
initial lin. velocity on creation
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__linVelocity); CPointer<CArrayFacade<Float>> p_linVelocity = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__angVelocity
initial ang. velocity on creation
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__angVelocity); CPointer<CArrayFacade<Float>> p_angVelocity = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__mass
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__mass); CPointer<Float> p_mass = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__localflag
flag for the lin & ang. vel: apply locally
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__localflag); CPointer<Short> p_localflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__dyn_operation
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__dyn_operation); CPointer<Short> p_dyn_operation = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__upflag
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__upflag); CPointer<Short> p_upflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__trackflag
flag for up axis and track axis
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__trackflag); CPointer<Short> p_trackflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bEditObjectActuator beditobjectactuator = ...; CPointer<Object> p = beditobjectactuator.__dna__addressof(bEditObjectActuator.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public bEditObjectActuator(long __address, Block __block, BlockTable __blockTable)
protected bEditObjectActuator(bEditObjectActuator that)
public int getTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public void setTime(int time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
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 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 CPointer<Mesh> getMe() throws java.io.IOException
java.io.IOException
__DNA__FIELD__me
public void setMe(CPointer<Mesh> me) throws java.io.IOException
java.io.IOException
__DNA__FIELD__me
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__name
public CArrayFacade<java.lang.Float> getLinVelocity() throws java.io.IOException
initial lin. velocity on creation
java.io.IOException
__DNA__FIELD__linVelocity
public void setLinVelocity(CArrayFacade<java.lang.Float> linVelocity) throws java.io.IOException
initial lin. velocity on creation
java.io.IOException
__DNA__FIELD__linVelocity
public CArrayFacade<java.lang.Float> getAngVelocity() throws java.io.IOException
initial ang. velocity on creation
java.io.IOException
__DNA__FIELD__angVelocity
public void setAngVelocity(CArrayFacade<java.lang.Float> angVelocity) throws java.io.IOException
initial ang. velocity on creation
java.io.IOException
__DNA__FIELD__angVelocity
public float getMass() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mass
public void setMass(float mass) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mass
public short getLocalflag() throws java.io.IOException
flag for the lin & ang. vel: apply locally
java.io.IOException
__DNA__FIELD__localflag
public void setLocalflag(short localflag) throws java.io.IOException
flag for the lin & ang. vel: apply locally
java.io.IOException
__DNA__FIELD__localflag
public short getDyn_operation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dyn_operation
public void setDyn_operation(short dyn_operation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dyn_operation
public short getUpflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__upflag
public void setUpflag(short upflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__upflag
public short getTrackflag() throws java.io.IOException
flag for up axis and track axis
java.io.IOException
__DNA__FIELD__trackflag
public void setTrackflag(short trackflag) throws java.io.IOException
flag for up axis and track axis
java.io.IOException
__DNA__FIELD__trackflag
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<bEditObjectActuator> __io__addressof()