C# Class MapController, Space-Rush2

Inheritance: MonoBehaviour
显示文件 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_oe property

public Color c1
return Color

encouter public_oe property

public GameObject encouter
return GameObject

lArrow public_oe property

public GameObject lArrow
return GameObject

player public_oe property

public GameObject player
return GameObject

rArrow public_oe property

public GameObject rArrow
return GameObject

speed public_oe property

public float speed
return float

vectors public_oe property

public LineVectors vectors
return LineVectors