AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.Collections Namespace Reference

Classes

class  CollectionNode
 Collection node is a data storage class for individual data about an object in the collection. More...
 
class  ObjectCollection
 An Object Collection is simply a set of child objects organized with some layout parameters. The object collection can be used to quickly create control panels or sets of prefab/objects. More...
 
class  ObjectCollectionDynamic
 A utility that stores transform information for objects in a collection This info can then be used for non-destructive real-time manipulation Or to restore an earlier configuration gathered on startup More...
 

Enumerations

enum  LayoutTypeEnum { LayoutTypeEnum.ColumnThenRow, LayoutTypeEnum.RowThenColumn }
 Collection layout type enum More...
 
enum  OrientTypeEnum {
  OrientTypeEnum.None, OrientTypeEnum.FaceOrigin, OrientTypeEnum.FaceOriginReversed, OrientTypeEnum.FaceFoward,
  OrientTypeEnum.FaceForwardReversed, OrientTypeEnum.FaceParentUp, OrientTypeEnum.FaceParentDown, OrientTypeEnum.FaceCenterAxis,
  OrientTypeEnum.FaceCenterAxisReversed
}
 Orientation type enum for collections More...
 
enum  SortTypeEnum {
  SortTypeEnum.None, SortTypeEnum.Transform, SortTypeEnum.Alphabetical, SortTypeEnum.TransformReversed,
  SortTypeEnum.AlphabeticalReversed
}
 Sorting type for collections More...
 
enum  SurfaceTypeEnum {
  SurfaceTypeEnum.Cylinder, SurfaceTypeEnum.Plane, SurfaceTypeEnum.Sphere, SurfaceTypeEnum.Scatter,
  SurfaceTypeEnum.Radial
}
 The type of surface to map the collect to. More...
 

Enumeration Type Documentation

§ LayoutTypeEnum

Collection layout type enum

Enumerator
ColumnThenRow 
RowThenColumn 

Definition at line 9 of file LayoutTypeEnum.cs.

§ OrientTypeEnum

Orientation type enum for collections

Enumerator
None 
FaceOrigin 
FaceOriginReversed 
FaceFoward 
FaceForwardReversed 
FaceParentUp 
FaceParentDown 
FaceCenterAxis 
FaceCenterAxisReversed 

Definition at line 9 of file OrientTypeEnum.cs.

§ SortTypeEnum

Sorting type for collections

Enumerator
None 
Transform 
Alphabetical 
TransformReversed 
AlphabeticalReversed 

Definition at line 9 of file SortTypeEnum.cs.

§ SurfaceTypeEnum

The type of surface to map the collect to.

Enumerator
Cylinder 
Plane 
Sphere 
Scatter 
Radial 

Definition at line 9 of file SurfaceTypeEnum.cs.