C# Class Done_PlayerController, Space-shootert

Inheritance: MonoBehaviour
Datei anzeigen Open project: cortexarts/Space-shootert Class Usage Examples

Public Properties

Property Type Description
boundary Done_Boundary,
fireRate float
shot GameObject
shotSpawn Transform
speed float
tilt float

Public Methods

Method Description
FixedUpdate ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

boundary public_oe property

public Done_Boundary, boundary
return Done_Boundary,

fireRate public_oe property

public float fireRate
return float

shot public_oe property

public GameObject shot
return GameObject

shotSpawn public_oe property

public Transform shotSpawn
return Transform

speed public_oe property

public float speed
return float

tilt public_oe property

public float tilt
return float