public class TimeGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__efra
Field descriptor (offset) for struct member 'efra'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frame_scale
Field descriptor (offset) for struct member 'frame_scale'.
|
static long[] |
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.
|
static long[] |
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct TimeGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
TimeGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
TimeGpencilModifierData(TimeGpencilModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<TimeGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
int |
getEfra()
Get method for struct member 'efra'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
float |
getFrame_scale()
Get method for struct member 'frame_scale'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
int |
getMode()
Get method for struct member 'mode'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getOffset()
Get method for struct member 'offset'.
|
int |
getSfra()
Get method for struct member 'sfra'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setEfra(int efra)
Set method for struct member 'efra'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFrame_scale(float frame_scale)
Set method for struct member 'frame_scale'.
|
void |
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.
|
void |
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.
|
void |
setMode(int mode)
Set method for struct member 'mode'.
|
void |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setOffset(int offset)
Set method for struct member 'offset'.
|
void |
setSfra(int sfra)
Set method for struct member 'sfra'.
|
__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 TimeGpencilModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__layer_pass
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Flags.
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__offset); CPointer<Integer> p_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_scale
Animation scale.
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__frame_scale); CPointer<Float> p_frame_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sfra
Start and end frame for custom range.
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__efra
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
TimeGpencilModifierData timegpencilmodifierdata = ...; CPointer<Object> p = timegpencilmodifierdata.__dna__addressof(TimeGpencilModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public TimeGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected TimeGpencilModifierData(TimeGpencilModifierData that)
public GpencilModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public int getLayer_pass() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public int getFlag() throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public int getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(int offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getFrame_scale() throws java.io.IOException
Animation scale.
java.io.IOException
__DNA__FIELD__frame_scale
public void setFrame_scale(float frame_scale) throws java.io.IOException
Animation scale.
java.io.IOException
__DNA__FIELD__frame_scale
public int getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(int mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public int getSfra() throws java.io.IOException
Start and end frame for custom range.
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(int sfra) throws java.io.IOException
Start and end frame for custom range.
java.io.IOException
__DNA__FIELD__sfra
public int getEfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public void setEfra(int efra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<TimeGpencilModifierData> __io__addressof()