Class ScatterObjectCollection
A Scatter Object Collection is simply a set of child objects randomly laid out within a radius. Pressing "update collection" will run the randomization, feel free to run as many times until you get the desired result.
Implements
MonoBehaviour
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class ScatterObjectCollection : GridObjectCollection, MonoBehaviour
Methods
LayoutChildren()
Overriding base function for laying out all the children when UpdateCollection is called.
Declaration
protected override void LayoutChildren()
Overrides
LayoutChildren()
Overriding base function for laying out all the children when UpdateCollection is called.
Declaration
protected override void LayoutChildren()
Overrides
Implements
MonoBehaviour