Class NodeShaderNormalMap


  • public class NodeShaderNormalMap
    extends CFacade
    Generated facet for DNA struct type 'NodeShaderNormalMap'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct NodeShaderNormalMap.

        It is required when allocating a new block to store data for NodeShaderNormalMap.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__space

        public static final long[] __DNA__FIELD__space
        Field descriptor (offset) for struct member 'space'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeShaderNormalMap nodeshadernormalmap = ...;
         CPointer<Object> p = nodeshadernormalmap.__dna__addressof(NodeShaderNormalMap.__DNA__FIELD__space);
         CPointer<Integer> p_space = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'space'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__uv_map

        public static final long[] __DNA__FIELD__uv_map
        Field descriptor (offset) for struct member 'uv_map'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeShaderNormalMap nodeshadernormalmap = ...;
         CPointer<Object> p = nodeshadernormalmap.__dna__addressof(NodeShaderNormalMap.__DNA__FIELD__uv_map);
         CPointer<CArrayFacade<Byte>> p_uv_map = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'uv_map'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
    • Constructor Detail

      • NodeShaderNormalMap

        public NodeShaderNormalMap​(long __address,
                                   Block __block,
                                   BlockTable __blockTable)
    • Method Detail

      • getSpace

        public int getSpace()
                     throws java.io.IOException
        Get method for struct member 'space'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__space
      • setSpace

        public void setSpace​(int space)
                      throws java.io.IOException
        Set method for struct member 'space'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__space
      • getUv_map

        public CArrayFacade<java.lang.Byte> getUv_map()
                                               throws java.io.IOException
        Get method for struct member 'uv_map'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_map
      • setUv_map

        public void setUv_map​(CArrayFacade<java.lang.Byte> uv_map)
                       throws java.io.IOException
        Set method for struct member 'uv_map'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_map