C# Класс IMLD.MixedRealityAnalysis.Core.VisContainer

This class stores information about a VisAnchor.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Id int
Orientation float[]
ParentId int
Position float[]
Scale float[]

Описание свойств

Id публичное свойство

The id of the container.
public int Id
Результат int

Orientation публичное свойство

An array of floats representing the quaternion of the orientation of the container.
public float[] Orientation
Результат float[]

ParentId публичное свойство

The parent's id of this container. -1 if this container has no parent.
public int ParentId
Результат int

Position публичное свойство

An array of floats representing the position vector of the container.
public float[] Position
Результат float[]

Scale публичное свойство

An array of floats representing the scale vector of the container.
public float[] Scale
Результат float[]