C# Class LWisteria.StudiesOfOpenTK.SizeVariableCube.Cube

立方体
Mostra file Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Public Properties

Property Type Description
SizeInByte int

Public Methods

Method Description
Cube ( OpenTK.Vector3 _position, float _size ) : OpenTK

立方体を作成する

Method Details

Cube() public method

立方体を作成する
public Cube ( OpenTK.Vector3 _position, float _size ) : OpenTK
_position OpenTK.Vector3
_size float
return OpenTK

Property Details

SizeInByte public_oe static_oe property

Cubeのデータサイズ
public static int SizeInByte
return int