C# Class MapController, Space-Rush2

Inheritance: MonoBehaviour
Show file Open project: M4R774/Space-Rush2 Class Usage Examples

Public Properties

Property Type Description
c1 Color
encouter GameObject
lArrow GameObject
player GameObject
rArrow GameObject
speed float
vectors LineVectors

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

c1 public property

public Color c1
return Color

encouter public property

public GameObject encouter
return GameObject

lArrow public property

public GameObject lArrow
return GameObject

player public property

public GameObject player
return GameObject

rArrow public property

public GameObject rArrow
return GameObject

speed public property

public float speed
return float

vectors public property

public LineVectors vectors
return LineVectors