C# Class tourellesScript, Enclave

Inheritance: MonoBehaviour
Show 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 property

public Rigidbody,UnityEngine bulletPrefab
return UnityEngine.Rigidbody

bulletSpeed public property

public float bulletSpeed
return float

distanceShoot public property

public int distanceShoot
return int

firePosition public property

public Transform firePosition
return Transform

myStuff public property

public Stuff, myStuff
return Stuff,

speedShoot public property

public float speedShoot
return float

turnSpeed public property

public float turnSpeed
return float