Class NodesModifierSettings


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        This stores data that is passed into the node group.

        Pointer Arithmetics

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

         NodesModifierSettings nodesmodifiersettings = ...;
         CPointer<Object> p = nodesmodifiersettings.__dna__addressof(NodesModifierSettings.__DNA__FIELD__properties);
         CPointer<CPointer<IDProperty>> p_properties = p.cast(new Class[]{CPointer.class, IDProperty.class});
         

        Metadata

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

      • NodesModifierSettings

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

      • getProperties

        public CPointer<IDProperty> getProperties()
                                           throws java.io.IOException
        Get method for struct member 'properties'.

        Field Documentation

        Blender Source Code

        This stores data that is passed into the node group.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__properties
      • setProperties

        public void setProperties​(CPointer<IDProperty> properties)
                           throws java.io.IOException
        Set method for struct member 'properties'.

        Field Documentation

        Blender Source Code

        This stores data that is passed into the node group.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__properties