C# Class tourellesScript, Enclave

Inheritance: MonoBehaviour
Mostra file Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
bulletPrefab UnityEngine.Rigidbody
bulletSpeed float
distanceShoot int
firePosition Transform
myStuff Stuff,
speedShoot float
turnSpeed float

Public Methods

Method Description
Movement ( ) : void
Shoot ( ) : void
Update ( ) : void

Method Details

Movement() public method

public Movement ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bulletPrefab public_oe property

public Rigidbody,UnityEngine bulletPrefab
return UnityEngine.Rigidbody

bulletSpeed public_oe property

public float bulletSpeed
return float

distanceShoot public_oe property

public int distanceShoot
return int

firePosition public_oe property

public Transform firePosition
return Transform

myStuff public_oe property

public Stuff, myStuff
return Stuff,

speedShoot public_oe property

public float speedShoot
return float

turnSpeed public_oe property

public float turnSpeed
return float