public class bSteeringActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__acceleration
Field descriptor (offset) for struct member 'acceleration'.
|
static long[] |
__DNA__FIELD__dist
Field descriptor (offset) for struct member 'dist'.
|
static long[] |
__DNA__FIELD__facingaxis
Field descriptor (offset) for struct member 'facingaxis'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__navmesh
Field descriptor (offset) for struct member 'navmesh'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__target
Field descriptor (offset) for struct member 'target'.
|
static long[] |
__DNA__FIELD__turnspeed
Field descriptor (offset) for struct member 'turnspeed'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__updateTime
Field descriptor (offset) for struct member 'updateTime'.
|
static long[] |
__DNA__FIELD__velocity
Field descriptor (offset) for struct member 'velocity'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bSteeringActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bSteeringActuator(bSteeringActuator that) |
|
bSteeringActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bSteeringActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAcceleration()
Get method for struct member 'acceleration'.
|
float |
getDist()
Get method for struct member 'dist'.
|
short |
getFacingaxis()
Get method for struct member 'facingaxis'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
CPointer<BlenderObject> |
getNavmesh()
Get method for struct member 'navmesh'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CPointer<BlenderObject> |
getTarget()
Get method for struct member 'target'.
|
float |
getTurnspeed()
Get method for struct member 'turnspeed'.
|
int |
getType()
Get method for struct member 'type'.
|
int |
getUpdateTime()
Get method for struct member 'updateTime'.
|
float |
getVelocity()
Get method for struct member 'velocity'.
|
void |
setAcceleration(float acceleration)
Set method for struct member 'acceleration'.
|
void |
setDist(float dist)
Set method for struct member 'dist'.
|
void |
setFacingaxis(short facingaxis)
Set method for struct member 'facingaxis'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setNavmesh(CPointer<BlenderObject> navmesh)
Set method for struct member 'navmesh'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setTarget(CPointer<BlenderObject> target)
Set method for struct member 'target'.
|
void |
setTurnspeed(float turnspeed)
Set method for struct member 'turnspeed'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
void |
setUpdateTime(int updateTime)
Set method for struct member 'updateTime'.
|
void |
setVelocity(float velocity)
Set method for struct member 'velocity'.
|
__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 bSteeringActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__facingaxis
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__facingaxis); CPointer<Short> p_facingaxis = 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:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__dist
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__dist); CPointer<Float> p_dist = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__velocity
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__velocity); CPointer<Float> p_velocity = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__acceleration
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__acceleration); CPointer<Float> p_acceleration = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__turnspeed
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__turnspeed); CPointer<Float> p_turnspeed = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__updateTime
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__updateTime); CPointer<Integer> p_updateTime = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__target
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__target); CPointer<CPointer<BlenderObject>> p_target = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__navmesh
This is how you get a reference on the corresponding field in the struct:
bSteeringActuator bsteeringactuator = ...; CPointer<Object> p = bsteeringactuator.__dna__addressof(bSteeringActuator.__DNA__FIELD__navmesh); CPointer<CPointer<BlenderObject>> p_navmesh = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public bSteeringActuator(long __address, Block __block, BlockTable __blockTable)
protected bSteeringActuator(bSteeringActuator that)
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getFacingaxis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__facingaxis
public void setFacingaxis(short facingaxis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__facingaxis
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public float getDist() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dist
public void setDist(float dist) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dist
public float getVelocity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__velocity
public void setVelocity(float velocity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__velocity
public float getAcceleration() throws java.io.IOException
java.io.IOException
__DNA__FIELD__acceleration
public void setAcceleration(float acceleration) throws java.io.IOException
java.io.IOException
__DNA__FIELD__acceleration
public float getTurnspeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__turnspeed
public void setTurnspeed(float turnspeed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__turnspeed
public int getUpdateTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__updateTime
public void setUpdateTime(int updateTime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__updateTime
public CPointer<BlenderObject> getTarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__target
public void setTarget(CPointer<BlenderObject> target) throws java.io.IOException
java.io.IOException
__DNA__FIELD__target
public CPointer<BlenderObject> getNavmesh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__navmesh
public void setNavmesh(CPointer<BlenderObject> navmesh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__navmesh
public CPointer<bSteeringActuator> __io__addressof()