C# 클래스 Tango.AreaDescription.Metadata

Easy access to the metadata fields for an Area Description. If you want to look at a specific Area Description's metadata, get it with AreaDescription.GetMetadata and save it with AreaDescription.SaveMetadata. If you want to create a metadata for a not yet saved Area Description, use the default constructor to construct an empty metadata and save it after saving the Area Description.
파일 보기 프로젝트 열기: ashomk/beerpong 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_dateTime System.DateTime
m_name string
m_transformationPosition double[]
m_transformationRotation double[]

프로퍼티 상세

m_dateTime 공개적으로 프로퍼티

The creation date of this Area Description. Corresponds to the "date_ms_since_epoch" metadata.
public DateTime,System m_dateTime
리턴 System.DateTime

m_name 공개적으로 프로퍼티

The human-readable name for this Area Description. Corresponds to the "name" metadata.
public string m_name
리턴 string

m_transformationPosition 공개적으로 프로퍼티

The global coordinate system position of this Area Description. Corresponds to the X, Y, Z part of the "transformation" metadata.
public double[] m_transformationPosition
리턴 double[]

m_transformationRotation 공개적으로 프로퍼티

The global coordinate system rotation of this Area Description. Corresponds to the QX, QY, QZ, QW part of the "transformation" metadata.
public double[] m_transformationRotation
리턴 double[]