public class NodeShaderTangent extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__axis
Field descriptor (offset) for struct member 'axis'.
|
static long[] |
__DNA__FIELD__direction_type
Field descriptor (offset) for struct member 'direction_type'.
|
static long[] |
__DNA__FIELD__uv_map
Field descriptor (offset) for struct member 'uv_map'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeShaderTangent.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeShaderTangent(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeShaderTangent(NodeShaderTangent that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeShaderTangent> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getAxis()
Get method for struct member 'axis'.
|
int |
getDirection_type()
Get method for struct member 'direction_type'.
|
CArrayFacade<java.lang.Byte> |
getUv_map()
Get method for struct member 'uv_map'.
|
void |
setAxis(int axis)
Set method for struct member 'axis'.
|
void |
setDirection_type(int direction_type)
Set method for struct member 'direction_type'.
|
void |
setUv_map(CArrayFacade<java.lang.Byte> uv_map)
Set method for struct member 'uv_map'.
|
__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 NodeShaderTangent.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__direction_type
This is how you get a reference on the corresponding field in the struct:
NodeShaderTangent nodeshadertangent = ...; CPointer<Object> p = nodeshadertangent.__dna__addressof(NodeShaderTangent.__DNA__FIELD__direction_type); CPointer<Integer> p_direction_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__axis
This is how you get a reference on the corresponding field in the struct:
NodeShaderTangent nodeshadertangent = ...; CPointer<Object> p = nodeshadertangent.__dna__addressof(NodeShaderTangent.__DNA__FIELD__axis); CPointer<Integer> p_axis = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__uv_map
This is how you get a reference on the corresponding field in the struct:
NodeShaderTangent nodeshadertangent = ...; CPointer<Object> p = nodeshadertangent.__dna__addressof(NodeShaderTangent.__DNA__FIELD__uv_map); CPointer<CArrayFacade<Byte>> p_uv_map = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public NodeShaderTangent(long __address, Block __block, BlockTable __blockTable)
protected NodeShaderTangent(NodeShaderTangent that)
public int getDirection_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__direction_type
public void setDirection_type(int direction_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__direction_type
public int getAxis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public void setAxis(int axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public CArrayFacade<java.lang.Byte> getUv_map() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_map
public void setUv_map(CArrayFacade<java.lang.Byte> uv_map) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_map
public CPointer<NodeShaderTangent> __io__addressof()