C# Class ccCreateGrid, GGJ2016

Inheritance: ccCreateGroup
Show file 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 property

public int columns
return int

offsetPerColumn public property

public Vector3 offsetPerColumn
return Vector3

offsetPerRow public property

public Vector3 offsetPerRow
return Vector3

rows public property

public int rows
return int