C# 클래스 HoloToolkit.Unity.BoundedPlane

파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Area float
Bounds OrientedBoundingBox
Plane UnityEngine.Plane

공개 메소드들

메소드 설명
BoundedPlane ( Transform xform ) : System

Builds the bounded plane to match the obb defined by xform

메소드 상세

BoundedPlane() 공개 메소드

Builds the bounded plane to match the obb defined by xform
public BoundedPlane ( Transform xform ) : System
xform UnityEngine.Transform
리턴 System

프로퍼티 상세

Area 공개적으로 프로퍼티

public float Area
리턴 float

Bounds 공개적으로 프로퍼티

public OrientedBoundingBox,HoloToolkit.Unity Bounds
리턴 OrientedBoundingBox

Plane 공개적으로 프로퍼티

public Plane,UnityEngine Plane
리턴 UnityEngine.Plane