Class ImageTile_Runtime


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        Pointer Arithmetics

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

         ImageTile_Runtime imagetile_runtime = ...;
         CPointer<Object> p = imagetile_runtime.__dna__addressof(ImageTile_Runtime.__DNA__FIELD__slots);
         CPointer<CArrayFacade<ImageTile_RuntimeTextureSlot>> p_slots = p.cast(new Class[]{CArrayFacade.class, ImageTile_RuntimeTextureSlot.class});
         

        Metadata

        • Field: 'slots'
        • Signature: 'ImageTile_RuntimeTextureSlot[2]'
        • Actual Size (32bit/64bit): 48/48
    • Constructor Detail

      • ImageTile_Runtime

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