C# Class ControllerAITurret, ProjectPhoenix

Inheritance: NetworkBehaviour
Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
AimMode TurretAimMode
AnimationParams AnimInfo,
AxeXrot GameObject
AxeYrot GameObject
BulletForce float
DetectionRange float
Trajectory BallisticMode

Private Methods

Method Description
Awake ( ) : void
OnTargetChanged ( bool b ) : void
RpcSetTarget ( NetworkInstanceId netID ) : void
Update ( ) : void

Property Details

AimMode public property

public TurretAimMode AimMode
return TurretAimMode

AnimationParams public property

public AnimInfo, AnimationParams
return AnimInfo,

AxeXrot public property

public GameObject AxeXrot
return GameObject

AxeYrot public property

public GameObject AxeYrot
return GameObject

BulletForce public property

public float BulletForce
return float

DetectionRange public property

public float DetectionRange
return float

Trajectory public property

public BallisticMode Trajectory
return BallisticMode