C# Class Tyrus_and_Randall.Ground

Inheritance: Entity
显示文件 Open project: sgdc/sgdc-old

Public Methods

Method Description
Ground ( ) : System
Ground ( Vector2 position ) : System
Ground ( float x, float y ) : System

Protected Methods

Method Description
SetUpCollision ( ) : void

Method Details

Ground() public method

public Ground ( ) : System
return System

Ground() public method

public Ground ( Vector2 position ) : System
position Vector2
return System

Ground() public method

public Ground ( float x, float y ) : System
x float
y float
return System

SetUpCollision() protected method

protected SetUpCollision ( ) : void
return void