public class bObjectActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angularvelocity
Field descriptor (offset) for struct member 'angularvelocity'.
|
static long[] |
__DNA__FIELD__damping
Field descriptor (offset) for struct member 'damping'.
|
static long[] |
__DNA__FIELD__dloc
Field descriptor (offset) for struct member 'dloc'.
|
static long[] |
__DNA__FIELD__drot
Field descriptor (offset) for struct member 'drot'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__forceloc
Field descriptor (offset) for struct member 'forceloc'.
|
static long[] |
__DNA__FIELD__forcerot
Field descriptor (offset) for struct member 'forcerot'.
|
static long[] |
__DNA__FIELD__linearvelocity
Field descriptor (offset) for struct member 'linearvelocity'.
|
static long[] |
__DNA__FIELD__otype
Field descriptor (offset) for struct member 'otype'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__reference
Field descriptor (offset) for struct member 'reference'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bObjectActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bObjectActuator(bObjectActuator that) |
|
bObjectActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bObjectActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getAngularvelocity()
Get method for struct member 'angularvelocity'.
|
short |
getDamping()
Get method for struct member 'damping'.
|
CArrayFacade<java.lang.Float> |
getDloc()
Get method for struct member 'dloc'.
|
CArrayFacade<java.lang.Float> |
getDrot()
Get method for struct member 'drot'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getForceloc()
Get method for struct member 'forceloc'.
|
CArrayFacade<java.lang.Float> |
getForcerot()
Get method for struct member 'forcerot'.
|
CArrayFacade<java.lang.Float> |
getLinearvelocity()
Get method for struct member 'linearvelocity'.
|
short |
getOtype()
Get method for struct member 'otype'.
|
CArrayFacade<java.lang.Float> |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<java.lang.Float> |
getPad1()
Get method for struct member 'pad1'.
|
CPointer<BlenderObject> |
getReference()
Get method for struct member 'reference'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setAngularvelocity(CArrayFacade<java.lang.Float> angularvelocity)
Set method for struct member 'angularvelocity'.
|
void |
setDamping(short damping)
Set method for struct member 'damping'.
|
void |
setDloc(CArrayFacade<java.lang.Float> dloc)
Set method for struct member 'dloc'.
|
void |
setDrot(CArrayFacade<java.lang.Float> drot)
Set method for struct member 'drot'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setForceloc(CArrayFacade<java.lang.Float> forceloc)
Set method for struct member 'forceloc'.
|
void |
setForcerot(CArrayFacade<java.lang.Float> forcerot)
Set method for struct member 'forcerot'.
|
void |
setLinearvelocity(CArrayFacade<java.lang.Float> linearvelocity)
Set method for struct member 'linearvelocity'.
|
void |
setOtype(short otype)
Set method for struct member 'otype'.
|
void |
setPad(CArrayFacade<java.lang.Float> pad)
Set method for struct member 'pad'.
|
void |
setPad1(CArrayFacade<java.lang.Float> pad1)
Set method for struct member 'pad1'.
|
void |
setReference(CPointer<BlenderObject> reference)
Set method for struct member 'reference'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
__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 bObjectActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__otype
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__otype); CPointer<Short> p_otype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__damping
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__damping); CPointer<Short> p_damping = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__forceloc
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__forceloc); CPointer<CArrayFacade<Float>> p_forceloc = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__forcerot
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__forcerot); CPointer<CArrayFacade<Float>> p_forcerot = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__pad); CPointer<CArrayFacade<Float>> p_pad = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__pad1); CPointer<CArrayFacade<Float>> p_pad1 = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__dloc
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__dloc); CPointer<CArrayFacade<Float>> p_dloc = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__drot
angle in radians
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__drot); CPointer<CArrayFacade<Float>> p_drot = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__linearvelocity
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__linearvelocity); CPointer<CArrayFacade<Float>> p_linearvelocity = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__angularvelocity
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__angularvelocity); CPointer<CArrayFacade<Float>> p_angularvelocity = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__reference
This is how you get a reference on the corresponding field in the struct:
bObjectActuator bobjectactuator = ...; CPointer<Object> p = bobjectactuator.__dna__addressof(bObjectActuator.__DNA__FIELD__reference); CPointer<CPointer<BlenderObject>> p_reference = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public bObjectActuator(long __address, Block __block, BlockTable __blockTable)
protected bObjectActuator(bObjectActuator that)
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 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 getOtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public void setOtype(short otype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public short getDamping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__damping
public void setDamping(short damping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__damping
public CArrayFacade<java.lang.Float> getForceloc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__forceloc
public void setForceloc(CArrayFacade<java.lang.Float> forceloc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__forceloc
public CArrayFacade<java.lang.Float> getForcerot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__forcerot
public void setForcerot(CArrayFacade<java.lang.Float> forcerot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__forcerot
public CArrayFacade<java.lang.Float> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Float> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<java.lang.Float> getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(CArrayFacade<java.lang.Float> pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public CArrayFacade<java.lang.Float> getDloc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dloc
public void setDloc(CArrayFacade<java.lang.Float> dloc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dloc
public CArrayFacade<java.lang.Float> getDrot() throws java.io.IOException
angle in radians
java.io.IOException
__DNA__FIELD__drot
public void setDrot(CArrayFacade<java.lang.Float> drot) throws java.io.IOException
angle in radians
java.io.IOException
__DNA__FIELD__drot
public CArrayFacade<java.lang.Float> getLinearvelocity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__linearvelocity
public void setLinearvelocity(CArrayFacade<java.lang.Float> linearvelocity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__linearvelocity
public CArrayFacade<java.lang.Float> getAngularvelocity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angularvelocity
public void setAngularvelocity(CArrayFacade<java.lang.Float> angularvelocity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angularvelocity
public CPointer<BlenderObject> getReference() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference
public void setReference(CPointer<BlenderObject> reference) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference
public CPointer<bObjectActuator> __io__addressof()