Class GridObjectCollection
A Grid Object Collection is simply a set of child objects organized with some
layout parameters. The collection can be used to quickly create
control panels or sets of prefab/objects.
Inheritance
GridObjectCollection
Assembly: cs.temp.dll.dll
public class GridObjectCollection : BaseObjectCollection
Fields
Declaration
protected Vector2 HalfCell
Field Value
Properties
Declaration
public LayoutAnchor Anchor { get; set; }
Property Value
Height of the cell per object in the collection.
Declaration
public float CellHeight { get; set; }
Property Value
Width of the cell per object in the collection.
Declaration
public float CellWidth { get; set; }
Property Value
Number of columns per row. Can only be assigned when layout type is
ColumnsThenRows
Declaration
public int Columns { get; set; }
Property Value
Reference mesh to use for rendering the cylinder layout
Declaration
public Mesh CylinderMesh { get; set; }
Property Value
This is the Distance for an offset for the Plane mapping and is ignored for the other mappings.
Declaration
public float Distance { get; set; }
Property Value
Total Height of collection
Declaration
public float Height { get; }
Property Value
Specify direction in which children are laid out.
Declaration
public LayoutOrder Layout { get; set; }
Property Value
Should the objects in the collection face the origin of the collection
Declaration
public OrientationType OrientType { get; set; }
Property Value
This is the radial range for creating a radial fan layout.
Declaration
public float RadialRange { get; set; }
Property Value
This is the radius of either the Cylinder or Sphere mapping and is ignored when using the plane mapping.
Declaration
public float Radius { get; set; }
Property Value
Number of rows per column. Can only be assigned when layout type is
RowsThenColumns
Declaration
public int Rows { get; set; }
Property Value
Reference mesh to use for rendering the sphere layout
Declaration
public Mesh SphereMesh { get; set; }
Property Value
Type of surface to map the collection to.
Declaration
public ObjectOrientationSurfaceType SurfaceType { get; set; }
Property Value
Total Width of collection
Declaration
public float Width { get; }
Property Value
Methods
Overriding base function for laying out all the children when UpdateCollection is called.
Declaration
protected override void LayoutChildren()
Overrides
Declaration
protected virtual void OnDrawGizmosSelected()
Declaration
protected void ResolveGridLayout(Vector3[] grid, LayoutOrder order)
Parameters
Update the facing of a node given the nodes new position for facing origin with node and orientation type
Declaration
protected void UpdateNodeFacing(ObjectCollectionNode node)
Parameters