C# Class HexSliceEntity, FutilePrototyper

Inheritance: WTEntity
显示文件 Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
obstacleComponents List

Public Methods

Method Description
AddNewCrossbar ( float height ) : void
HexSliceEntity ( string name, Color backgroundColor ) : System.Collections
MoveDownObstacles ( float velocity ) : void

Method Details

AddNewCrossbar() public method

public AddNewCrossbar ( float height ) : void
height float
return void

HexSliceEntity() public method

public HexSliceEntity ( string name, Color backgroundColor ) : System.Collections
name string
backgroundColor Color
return System.Collections

MoveDownObstacles() public method

public MoveDownObstacles ( float velocity ) : void
velocity float
return void

Property Details

obstacleComponents public_oe property

public List obstacleComponents
return List