public class FlipShaderFxData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__flipmode
Field descriptor (offset) for struct member 'flipmode'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__shaderfx
Field descriptor (offset) for struct member 'shaderfx'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FlipShaderFxData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FlipShaderFxData(FlipShaderFxData that) |
|
FlipShaderFxData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FlipShaderFxData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getFlipmode()
Get method for struct member 'flipmode'.
|
ShaderFxData_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
ShaderFxData |
getShaderfx()
Get method for struct member 'shaderfx'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFlipmode(int flipmode)
Set method for struct member 'flipmode'.
|
void |
setRuntime(ShaderFxData_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setShaderfx(ShaderFxData shaderfx)
Set method for struct member 'shaderfx'.
|
__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 FlipShaderFxData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__shaderfx
This is how you get a reference on the corresponding field in the struct:
FlipShaderFxData flipshaderfxdata = ...; CPointer<Object> p = flipshaderfxdata.__dna__addressof(FlipShaderFxData.__DNA__FIELD__shaderfx); CPointer<ShaderFxData> p_shaderfx = p.cast(new Class[]{ShaderFxData.class});
public static final long[] __DNA__FIELD__flag
Flags.
This is how you get a reference on the corresponding field in the struct:
FlipShaderFxData flipshaderfxdata = ...; CPointer<Object> p = flipshaderfxdata.__dna__addressof(FlipShaderFxData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flipmode
Internal, not visible in rna.
This is how you get a reference on the corresponding field in the struct:
FlipShaderFxData flipshaderfxdata = ...; CPointer<Object> p = flipshaderfxdata.__dna__addressof(FlipShaderFxData.__DNA__FIELD__flipmode); CPointer<Integer> p_flipmode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
FlipShaderFxData flipshaderfxdata = ...; CPointer<Object> p = flipshaderfxdata.__dna__addressof(FlipShaderFxData.__DNA__FIELD__runtime); CPointer<ShaderFxData_Runtime> p_runtime = p.cast(new Class[]{ShaderFxData_Runtime.class});
public FlipShaderFxData(long __address, Block __block, BlockTable __blockTable)
protected FlipShaderFxData(FlipShaderFxData that)
public ShaderFxData getShaderfx() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shaderfx
public void setShaderfx(ShaderFxData shaderfx) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shaderfx
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 getFlipmode() throws java.io.IOException
Internal, not visible in rna.
java.io.IOException
__DNA__FIELD__flipmode
public void setFlipmode(int flipmode) throws java.io.IOException
Internal, not visible in rna.
java.io.IOException
__DNA__FIELD__flipmode
public ShaderFxData_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(ShaderFxData_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public CPointer<FlipShaderFxData> __io__addressof()