C# Class HexSliceEntity, FutilePrototyper

Inheritance: WTEntity
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство Type Description
obstacleComponents List

Méthodes publiques

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

Method Details

AddNewCrossbar() public méthode

public AddNewCrossbar ( float height ) : void
height float
Résultat void

HexSliceEntity() public méthode

public HexSliceEntity ( string name, Color backgroundColor ) : System.Collections
name string
backgroundColor Color
Résultat System.Collections

MoveDownObstacles() public méthode

public MoveDownObstacles ( float velocity ) : void
velocity float
Résultat void

Property Details

obstacleComponents public_oe property

public List obstacleComponents
Résultat List