Show / Hide Table of Contents

Class VisContainer

This class stores information about a VisAnchor.

Inheritance
System.Object
VisContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IMLD.MixedRealityAnalysis.Core
Assembly: Assembly-CSharp.dll
Syntax
public class VisContainer

Fields

Id

The id of the container.

Declaration
public int Id
Field Value
Type Description
System.Int32

Orientation

An array of floats representing the quaternion of the orientation of the container.

Declaration
public float[] Orientation
Field Value
Type Description
System.Single[]

ParentId

The parent's id of this container. -1 if this container has no parent.

Declaration
public int ParentId
Field Value
Type Description
System.Int32

Position

An array of floats representing the position vector of the container.

Declaration
public float[] Position
Field Value
Type Description
System.Single[]

Scale

An array of floats representing the scale vector of the container.

Declaration
public float[] Scale
Field Value
Type Description
System.Single[]
In This Article
Back to top Generated by DocFX