Class ViewLayerEngineData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         ViewLayerEngineData viewlayerenginedata = ...;
         CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__next);
         CPointer<CPointer<ViewLayerEngineData>> p_next = p.cast(new Class[]{CPointer.class, ViewLayerEngineData.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'ViewLayerEngineData*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

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

        Pointer Arithmetics

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

         ViewLayerEngineData viewlayerenginedata = ...;
         CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__prev);
         CPointer<CPointer<ViewLayerEngineData>> p_prev = p.cast(new Class[]{CPointer.class, ViewLayerEngineData.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'ViewLayerEngineData*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__engine_type

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

        Pointer Arithmetics

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

         ViewLayerEngineData viewlayerenginedata = ...;
         CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__engine_type);
         CPointer<CPointer<Object>> p_engine_type = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'engine_type'
        • Signature: 'DrawEngineType*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__storage

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

        Pointer Arithmetics

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

         ViewLayerEngineData viewlayerenginedata = ...;
         CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__storage);
         CPointer<CPointer<Object>> p_storage = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'storage'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • ViewLayerEngineData

        public ViewLayerEngineData​(long __address,
                                   Block __block,
                                   BlockTable __blockTable)