C# Class HoloToolkit.Unity.BoundedPlane

Afficher le fichier Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
Area float
Bounds OrientedBoundingBox
Plane UnityEngine.Plane

Méthodes publiques

Méthode Description
BoundedPlane ( Transform xform ) : System

Builds the bounded plane to match the obb defined by xform

Method Details

BoundedPlane() public méthode

Builds the bounded plane to match the obb defined by xform
public BoundedPlane ( Transform xform ) : System
xform UnityEngine.Transform
Résultat System

Property Details

Area public_oe property

public float Area
Résultat float

Bounds public_oe property

public OrientedBoundingBox,HoloToolkit.Unity Bounds
Résultat OrientedBoundingBox

Plane public_oe property

public Plane,UnityEngine Plane
Résultat UnityEngine.Plane