C# Class GuidedProjectileScript, Heavy-Insertion

Inheritance: ProjectileScript
Afficher le fichier Open project: Rabenvald/Heavy-Insertion

Méthodes publiques

Свойство Type Description
MaxThrust float
MaxTurnThrust float
OptimalRange float

Méthodes publiques

Méthode Description
ApplySteering ( float pitchInput, float rollInput, float yawInput ) : void
FixedUpdate ( ) : void
LookForTarget ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void

Method Details

ApplySteering() public méthode

public ApplySteering ( float pitchInput, float rollInput, float yawInput ) : void
pitchInput float
rollInput float
yawInput float
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

LookForTarget() public méthode

public LookForTarget ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

MaxThrust public_oe property

public float MaxThrust
Résultat float

MaxTurnThrust public_oe property

public float MaxTurnThrust
Résultat float

OptimalRange public_oe property

public float OptimalRange
Résultat float