Class MovieClip_Runtime


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         MovieClip_Runtime movieclip_runtime = ...;
         CPointer<Object> p = movieclip_runtime.__dna__addressof(MovieClip_Runtime.__DNA__FIELD__gputextures);
         CPointer<ListBase> p_gputextures = p.cast(new Class[]{ListBase.class});
         

        Metadata

        • Field: 'gputextures'
        • Signature: 'ListBase'
        • Actual Size (32bit/64bit): 8/16
    • Constructor Detail

      • MovieClip_Runtime

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

      • getGputextures

        public ListBase getGputextures()
                                throws java.io.IOException
        Get method for struct member 'gputextures'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gputextures
      • setGputextures

        public void setGputextures​(ListBase gputextures)
                            throws java.io.IOException
        Set method for struct member 'gputextures'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gputextures