C# Class PlanesList, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Mostra file Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
planeMaterial Material

Public Methods

Method Description
AddPlane ( PlaneData, planeData ) : GameObject
AddPlane ( Vector3 point1, Vector3 point2 ) : GameObject
PlanesList ( ) : System.Collections

Method Details

AddPlane() public method

public AddPlane ( PlaneData, planeData ) : GameObject
planeData PlaneData,
return GameObject

AddPlane() public method

public AddPlane ( Vector3 point1, Vector3 point2 ) : GameObject
point1 Vector3
point2 Vector3
return GameObject

PlanesList() public method

public PlanesList ( ) : System.Collections
return System.Collections

Property Details

planeMaterial public_oe property

public Material planeMaterial
return Material