C# Class hyades.graphics.prefab.PrefabCube

Inheritance: PrefabMesh
Datei anzeigen Open project: zfedoran/bubblebound Class Usage Examples

Public Properties

Property Type Description
normals Vector3[]

Public Methods

Method Description
PrefabCube ( Color color ) : System
PrefabCube ( Color color, Matrix transform ) : System

Private Methods

Method Description
PrefabCube ( ) : System

Method Details

PrefabCube() public method

public PrefabCube ( Color color ) : System
color Color
return System

PrefabCube() public method

public PrefabCube ( Color color, Matrix transform ) : System
color Color
transform Matrix
return System

Property Details

normals public_oe static_oe property

public static Vector3[] normals
return Vector3[]