public class WalkNavigation extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__jump_height
Field descriptor (offset) for struct member 'jump_height'.
|
static long[] |
__DNA__FIELD__mouse_speed
Field descriptor (offset) for struct member 'mouse_speed'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__teleport_time
Field descriptor (offset) for struct member 'teleport_time'.
|
static long[] |
__DNA__FIELD__view_height
Field descriptor (offset) for struct member 'view_height'.
|
static long[] |
__DNA__FIELD__walk_speed
Field descriptor (offset) for struct member 'walk_speed'.
|
static long[] |
__DNA__FIELD__walk_speed_factor
Field descriptor (offset) for struct member 'walk_speed_factor'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WalkNavigation.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WalkNavigation(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WalkNavigation(WalkNavigation that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WalkNavigation> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getJump_height()
Get method for struct member 'jump_height'.
|
float |
getMouse_speed()
Get method for struct member 'mouse_speed'.
|
CArrayFacade<java.lang.Short> |
getPad()
Get method for struct member 'pad'.
|
float |
getTeleport_time()
Get method for struct member 'teleport_time'.
|
float |
getView_height()
Get method for struct member 'view_height'.
|
float |
getWalk_speed_factor()
Get method for struct member 'walk_speed_factor'.
|
float |
getWalk_speed()
Get method for struct member 'walk_speed'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setJump_height(float jump_height)
Set method for struct member 'jump_height'.
|
void |
setMouse_speed(float mouse_speed)
Set method for struct member 'mouse_speed'.
|
void |
setPad(CArrayFacade<java.lang.Short> pad)
Set method for struct member 'pad'.
|
void |
setTeleport_time(float teleport_time)
Set method for struct member 'teleport_time'.
|
void |
setView_height(float view_height)
Set method for struct member 'view_height'.
|
void |
setWalk_speed_factor(float walk_speed_factor)
Set method for struct member 'walk_speed_factor'.
|
void |
setWalk_speed(float walk_speed)
Set method for struct member 'walk_speed'.
|
__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 WalkNavigation.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__mouse_speed
speed factor for look around
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__mouse_speed); CPointer<Float> p_mouse_speed = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__walk_speed
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__walk_speed); CPointer<Float> p_walk_speed = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__walk_speed_factor
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__walk_speed_factor); CPointer<Float> p_walk_speed_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__view_height
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__view_height); CPointer<Float> p_view_height = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__jump_height
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__jump_height); CPointer<Float> p_jump_height = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__teleport_time
duration to use for teleporting
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__teleport_time); CPointer<Float> p_teleport_time = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__flag); CPointer<Short> p_flag = 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:
WalkNavigation walknavigation = ...; CPointer<Object> p = walknavigation.__dna__addressof(WalkNavigation.__DNA__FIELD__pad); CPointer<CArrayFacade<Short>> p_pad = p.cast(new Class[]{CArrayFacade.class, Short.class});
public WalkNavigation(long __address, Block __block, BlockTable __blockTable)
protected WalkNavigation(WalkNavigation that)
public float getMouse_speed() throws java.io.IOException
speed factor for look around
java.io.IOException
__DNA__FIELD__mouse_speed
public void setMouse_speed(float mouse_speed) throws java.io.IOException
speed factor for look around
java.io.IOException
__DNA__FIELD__mouse_speed
public float getWalk_speed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__walk_speed
public void setWalk_speed(float walk_speed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__walk_speed
public float getWalk_speed_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__walk_speed_factor
public void setWalk_speed_factor(float walk_speed_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__walk_speed_factor
public float getView_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__view_height
public void setView_height(float view_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__view_height
public float getJump_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__jump_height
public void setJump_height(float jump_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__jump_height
public float getTeleport_time() throws java.io.IOException
duration to use for teleporting
java.io.IOException
__DNA__FIELD__teleport_time
public void setTeleport_time(float teleport_time) throws java.io.IOException
duration to use for teleporting
java.io.IOException
__DNA__FIELD__teleport_time
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 CArrayFacade<java.lang.Short> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Short> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<WalkNavigation> __io__addressof()