public class bActionActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__act
Field descriptor (offset) for struct member 'act'.
|
static long[] |
__DNA__FIELD__blend_mode
Field descriptor (offset) for struct member 'blend_mode'.
|
static long[] |
__DNA__FIELD__blendin
Field descriptor (offset) for struct member 'blendin'.
|
static long[] |
__DNA__FIELD__end
Field descriptor (offset) for struct member 'end'.
|
static long[] |
__DNA__FIELD__end_reset
Field descriptor (offset) for struct member 'end_reset'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frameProp
Field descriptor (offset) for struct member 'frameProp'.
|
static long[] |
__DNA__FIELD__layer
Field descriptor (offset) for struct member 'layer'.
|
static long[] |
__DNA__FIELD__layer_weight
Field descriptor (offset) for struct member 'layer_weight'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__priority
Field descriptor (offset) for struct member 'priority'.
|
static long[] |
__DNA__FIELD__sta
Field descriptor (offset) for struct member 'sta'.
|
static long[] |
__DNA__FIELD__strideaxis
Field descriptor (offset) for struct member 'strideaxis'.
|
static long[] |
__DNA__FIELD__stridelength
Field descriptor (offset) for struct member 'stridelength'.
|
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 bActionActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bActionActuator(bActionActuator that) |
|
bActionActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bActionActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<bAction> |
getAct()
Get method for struct member 'act'.
|
short |
getBlend_mode()
Get method for struct member 'blend_mode'.
|
short |
getBlendin()
Get method for struct member 'blendin'.
|
short |
getEnd_reset()
Get method for struct member 'end_reset'.
|
float |
getEnd()
Get method for struct member 'end'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getFrameProp()
Get method for struct member 'frameProp'.
|
float |
getLayer_weight()
Get method for struct member 'layer_weight'.
|
short |
getLayer()
Get method for struct member 'layer'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
short |
getPriority()
Get method for struct member 'priority'.
|
float |
getSta()
Get method for struct member 'sta'.
|
short |
getStrideaxis()
Get method for struct member 'strideaxis'.
|
float |
getStridelength()
Get method for struct member 'stridelength'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setAct(CPointer<bAction> act)
Set method for struct member 'act'.
|
void |
setBlend_mode(short blend_mode)
Set method for struct member 'blend_mode'.
|
void |
setBlendin(short blendin)
Set method for struct member 'blendin'.
|
void |
setEnd_reset(short end_reset)
Set method for struct member 'end_reset'.
|
void |
setEnd(float end)
Set method for struct member 'end'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFrameProp(CArrayFacade<java.lang.Byte> frameProp)
Set method for struct member 'frameProp'.
|
void |
setLayer_weight(float layer_weight)
Set method for struct member 'layer_weight'.
|
void |
setLayer(short layer)
Set method for struct member 'layer'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setPriority(short priority)
Set method for struct member 'priority'.
|
void |
setSta(float sta)
Set method for struct member 'sta'.
|
void |
setStrideaxis(short strideaxis)
Set method for struct member 'strideaxis'.
|
void |
setStridelength(float stridelength)
Set method for struct member 'stridelength'.
|
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 bActionActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__act
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__act); CPointer<CPointer<bAction>> p_act = p.cast(new Class[]{CPointer.class, bAction.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__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:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sta
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__sta); CPointer<Float> p_sta = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__end
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__end); CPointer<Float> p_end = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__frameProp
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__frameProp); CPointer<CArrayFacade<Byte>> p_frameProp = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__blendin
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__blendin); CPointer<Short> p_blendin = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__priority
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__priority); CPointer<Short> p_priority = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__layer
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__layer); CPointer<Short> p_layer = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__end_reset
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__end_reset); CPointer<Short> p_end_reset = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__strideaxis
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__strideaxis); CPointer<Short> p_strideaxis = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__blend_mode
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__blend_mode); CPointer<Short> p_blend_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__stridelength
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__stridelength); CPointer<Float> p_stridelength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__layer_weight
This is how you get a reference on the corresponding field in the struct:
bActionActuator bactionactuator = ...; CPointer<Object> p = bactionactuator.__dna__addressof(bActionActuator.__DNA__FIELD__layer_weight); CPointer<Float> p_layer_weight = p.cast(new Class[]{Float.class});
public bActionActuator(long __address, Block __block, BlockTable __blockTable)
protected bActionActuator(bActionActuator that)
public CPointer<bAction> getAct() throws java.io.IOException
java.io.IOException
__DNA__FIELD__act
public void setAct(CPointer<bAction> act) throws java.io.IOException
java.io.IOException
__DNA__FIELD__act
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 float getSta() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public void setSta(float sta) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public float getEnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public void setEnd(float end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CArrayFacade<java.lang.Byte> getFrameProp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frameProp
public void setFrameProp(CArrayFacade<java.lang.Byte> frameProp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frameProp
public short getBlendin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blendin
public void setBlendin(short blendin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blendin
public short getPriority() throws java.io.IOException
java.io.IOException
__DNA__FIELD__priority
public void setPriority(short priority) throws java.io.IOException
java.io.IOException
__DNA__FIELD__priority
public short getLayer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer
public void setLayer(short layer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer
public short getEnd_reset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_reset
public void setEnd_reset(short end_reset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_reset
public short getStrideaxis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__strideaxis
public void setStrideaxis(short strideaxis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__strideaxis
public short getBlend_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_mode
public void setBlend_mode(short blend_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_mode
public float getStridelength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stridelength
public void setStridelength(float stridelength) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stridelength
public float getLayer_weight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer_weight
public void setLayer_weight(float layer_weight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer_weight
public CPointer<bActionActuator> __io__addressof()