Class UserDef_Experimental


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         UserDef_Experimental userdef_experimental = ...;
         CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_undo_legacy);
         CPointer<Byte> p_use_undo_legacy = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'use_undo_legacy'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__use_menu_search

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

        Pointer Arithmetics

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

         UserDef_Experimental userdef_experimental = ...;
         CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_menu_search);
         CPointer<Byte> p_use_menu_search = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'use_menu_search'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad0

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

        Field Documentation

        Blender Source Code

        does not allow empty structs.

        Pointer Arithmetics

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

         UserDef_Experimental userdef_experimental = ...;
         CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • UserDef_Experimental

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

      • getUse_undo_legacy

        public byte getUse_undo_legacy()
                                throws java.io.IOException
        Get method for struct member 'use_undo_legacy'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_undo_legacy
      • setUse_undo_legacy

        public void setUse_undo_legacy​(byte use_undo_legacy)
                                throws java.io.IOException
        Set method for struct member 'use_undo_legacy'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_undo_legacy
      • getUse_menu_search

        public byte getUse_menu_search()
                                throws java.io.IOException
        Get method for struct member 'use_menu_search'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_menu_search
      • setUse_menu_search

        public void setUse_menu_search​(byte use_menu_search)
                                throws java.io.IOException
        Set method for struct member 'use_menu_search'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_menu_search
      • get_pad0

        public CArrayFacade<java.lang.Byte> get_pad0()
                                              throws java.io.IOException
        Get method for struct member '_pad0'.

        Field Documentation

        Blender Source Code

        does not allow empty structs.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

        public void set_pad0​(CArrayFacade<java.lang.Byte> _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.

        Field Documentation

        Blender Source Code

        does not allow empty structs.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0