C# Class ccCreateGrid, GGJ2016

Inheritance: ccCreateGroup
ファイルを表示 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
columns int
offsetPerColumn Vector3
offsetPerRow Vector3
rows int

Public Methods

Method Description
place ( int i ) : Vector3

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

place() public method

public place ( int i ) : Vector3
i int
return Vector3

Property Details

columns public_oe property

public int columns
return int

offsetPerColumn public_oe property

public Vector3 offsetPerColumn
return Vector3

offsetPerRow public_oe property

public Vector3 offsetPerRow
return Vector3

rows public_oe property

public int rows
return int