Class ParticleEditSettings


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

    Class Documentation

    Blender Source Code

    Particle Edit Mode Settings.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__flag);
         CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__totrekey

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__totrekey);
         CPointer<Short> p_totrekey = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'totrekey'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__totaddkey

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__totaddkey);
         CPointer<Short> p_totaddkey = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'totaddkey'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__brushtype

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__brushtype);
         CPointer<Short> p_brushtype = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'brushtype'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__brush

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__brush);
         CPointer<CArrayFacade<ParticleBrushData>> p_brush = p.cast(new Class[]{CArrayFacade.class, ParticleBrushData.class});
         

        Metadata

        • Field: 'brush'
        • Signature: 'ParticleBrushData[7]'
        • Actual Size (32bit/64bit): 112/112
      • __DNA__FIELD__paintcursor

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

        Field Documentation

        Blender Source Code

        Runtime.

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__paintcursor);
         CPointer<CPointer<Object>> p_paintcursor = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'paintcursor'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__emitterdist

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__emitterdist);
         CPointer<Float> p_emitterdist = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'emitterdist'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad0

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

        Pointer Arithmetics

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

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

        Metadata

        • Field: '_pad0'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__selectmode

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__selectmode);
         CPointer<Integer> p_selectmode = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'selectmode'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__edittype

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__edittype);
         CPointer<Integer> p_edittype = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'edittype'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__draw_step

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__draw_step);
         CPointer<Integer> p_draw_step = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'draw_step'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fade_frames

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__fade_frames);
         CPointer<Integer> p_fade_frames = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'fade_frames'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__scene

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__scene);
         CPointer<CPointer<Scene>> p_scene = p.cast(new Class[]{CPointer.class, Scene.class});
         

        Metadata

        • Field: 'scene'
        • Signature: 'Scene*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__object

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__object);
         CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'object'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__shape_object

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

        Pointer Arithmetics

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

         ParticleEditSettings particleeditsettings = ...;
         CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__shape_object);
         CPointer<CPointer<BlenderObject>> p_shape_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

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

      • ParticleEditSettings

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

      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(short flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getTotrekey

        public short getTotrekey()
                          throws java.io.IOException
        Get method for struct member 'totrekey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totrekey
      • setTotrekey

        public void setTotrekey​(short totrekey)
                         throws java.io.IOException
        Set method for struct member 'totrekey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totrekey
      • getTotaddkey

        public short getTotaddkey()
                           throws java.io.IOException
        Get method for struct member 'totaddkey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totaddkey
      • setTotaddkey

        public void setTotaddkey​(short totaddkey)
                          throws java.io.IOException
        Set method for struct member 'totaddkey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totaddkey
      • getBrushtype

        public short getBrushtype()
                           throws java.io.IOException
        Get method for struct member 'brushtype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__brushtype
      • setBrushtype

        public void setBrushtype​(short brushtype)
                          throws java.io.IOException
        Set method for struct member 'brushtype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__brushtype
      • getPaintcursor

        public CPointer<java.lang.Object> getPaintcursor()
                                                  throws java.io.IOException
        Get method for struct member 'paintcursor'.

        Field Documentation

        Blender Source Code

        Runtime.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paintcursor
      • setPaintcursor

        public void setPaintcursor​(CPointer<java.lang.Object> paintcursor)
                            throws java.io.IOException
        Set method for struct member 'paintcursor'.

        Field Documentation

        Blender Source Code

        Runtime.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paintcursor
      • getEmitterdist

        public float getEmitterdist()
                             throws java.io.IOException
        Get method for struct member 'emitterdist'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__emitterdist
      • setEmitterdist

        public void setEmitterdist​(float emitterdist)
                            throws java.io.IOException
        Set method for struct member 'emitterdist'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__emitterdist
      • get_pad0

        public CArrayFacade<java.lang.Byte> get_pad0()
                                              throws java.io.IOException
        Get method for struct member '_pad0'.
        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'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getSelectmode

        public int getSelectmode()
                          throws java.io.IOException
        Get method for struct member 'selectmode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selectmode
      • setSelectmode

        public void setSelectmode​(int selectmode)
                           throws java.io.IOException
        Set method for struct member 'selectmode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selectmode
      • getEdittype

        public int getEdittype()
                        throws java.io.IOException
        Get method for struct member 'edittype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edittype
      • setEdittype

        public void setEdittype​(int edittype)
                         throws java.io.IOException
        Set method for struct member 'edittype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edittype
      • getDraw_step

        public int getDraw_step()
                         throws java.io.IOException
        Get method for struct member 'draw_step'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__draw_step
      • setDraw_step

        public void setDraw_step​(int draw_step)
                          throws java.io.IOException
        Set method for struct member 'draw_step'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__draw_step
      • getFade_frames

        public int getFade_frames()
                           throws java.io.IOException
        Get method for struct member 'fade_frames'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade_frames
      • setFade_frames

        public void setFade_frames​(int fade_frames)
                            throws java.io.IOException
        Set method for struct member 'fade_frames'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade_frames
      • getScene

        public CPointer<Scene> getScene()
                                 throws java.io.IOException
        Get method for struct member 'scene'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scene
      • setScene

        public void setScene​(CPointer<Scene> scene)
                      throws java.io.IOException
        Set method for struct member 'scene'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scene