public class bCameraActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__axis
Field descriptor (offset) for struct member 'axis'.
|
static long[] |
__DNA__FIELD__damping
Field descriptor (offset) for struct member 'damping'.
|
static long[] |
__DNA__FIELD__height
Field descriptor (offset) for struct member 'height'.
|
static long[] |
__DNA__FIELD__max
Field descriptor (offset) for struct member 'max'.
|
static long[] |
__DNA__FIELD__min
Field descriptor (offset) for struct member 'min'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bCameraActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bCameraActuator(bCameraActuator that) |
|
bCameraActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bCameraActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAxis()
Get method for struct member 'axis'.
|
float |
getDamping()
Get method for struct member 'damping'.
|
float |
getHeight()
Get method for struct member 'height'.
|
float |
getMax()
Get method for struct member 'max'.
|
float |
getMin()
Get method for struct member 'min'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
short |
getPad1()
Get method for struct member 'pad1'.
|
float |
getPad2()
Get method for struct member 'pad2'.
|
void |
setAxis(short axis)
Set method for struct member 'axis'.
|
void |
setDamping(float damping)
Set method for struct member 'damping'.
|
void |
setHeight(float height)
Set method for struct member 'height'.
|
void |
setMax(float max)
Set method for struct member 'max'.
|
void |
setMin(float min)
Set method for struct member 'min'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPad1(short pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(float pad2)
Set method for struct member 'pad2'.
|
__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 bCameraActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__height
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__height); CPointer<Float> p_height = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__min
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__min); CPointer<Float> p_min = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__max
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__max); CPointer<Float> p_max = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__damping
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__damping); CPointer<Float> p_damping = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__pad1); CPointer<Short> p_pad1 = 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:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__axis); CPointer<Short> p_axis = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
bCameraActuator bcameraactuator = ...; CPointer<Object> p = bcameraactuator.__dna__addressof(bCameraActuator.__DNA__FIELD__pad2); CPointer<Float> p_pad2 = p.cast(new Class[]{Float.class});
public bCameraActuator(long __address, Block __block, BlockTable __blockTable)
protected bCameraActuator(bCameraActuator that)
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 float getHeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public void setHeight(float height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public float getMin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public void setMin(float min) throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public float getMax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public void setMax(float max) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public float getDamping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__damping
public void setDamping(float damping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__damping
public short getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(short pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
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 float getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(float pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<bCameraActuator> __io__addressof()