C# 클래스 IMLD.MixedRealityAnalysis.Core.VisContainer

This class stores information about a VisAnchor.
파일 보기 프로젝트 열기: imldresden/miria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]