MPropertyDescription: "Generates set of child instances arranged in a regular grid layout."
MPropertyFriendlyName: "Layout Grid"
Inherits from (6 fields)
- MPropertyDescription: "Overall grid dimension along X axis."MPropertyAttributeRange: "biased 0 4096"
- MPropertyDescription: "Overall grid dimension along Y axis."MPropertyAttributeRange: "biased 0 4096"
- MPropertyDescription: "Layout length vertically (Along Z axis instead of Y)."
- MPropertyDescription: "ARRAY: Grid is a specific number of grid divisions. FILL: The boundary is filled with as many as will fit at the specified cell spacing."
- MPropertyDescription: "Specifies the overall grid origin location. Corner origin grids default to quadrant I, but may be expressed in others using negative values for Width and/or Length."
- MPropertyDescription: "Grid segments along width axis."MPropertyAttributeRange: "1 64"MPropertySuppressExpr: "m_GridArrangement == FILL"
- MPropertyDescription: "Grid segments along Length axis."MPropertyAttributeRange: "1 64"MPropertySuppressExpr: "m_GridArrangement == FILL"
- MPropertyDescription: "Minimum Width of filled grid cells."MPropertyAttributeRange: "biased 0 1024"MPropertySuppressExpr: "m_GridArrangement == SEGMENT"
- MPropertyDescription: "Minimum Length of filled grid cells."MPropertyAttributeRange: "biased 0 1024"MPropertySuppressExpr: "m_GridArrangement == SEGMENT"
- MPropertyDescription: "Shifts every other cell row and/or column."MPropertySuppressExpr: "m_GridArrangement == FILL"
- MPropertyDescription: "Vary cell shift in X."MPropertyAttributeRange: "biased 0 1024"MPropertySuppressExpr: "m_GridArrangement == FILL || m_bAlternateShift == false"
- MPropertyDescription: "Vary cell shift in Y."MPropertyAttributeRange: "biased 0 1024"MPropertySuppressExpr: "m_GridArrangement == FILL || m_bAlternateShift == false"