C# Class LandingCraft, TrenchVR

Inheritance: MonoBehaviour
Exibir arquivo Open project: Prion6/TrenchVR

Public Properties

Property Type Description
anim Animator,
soldiers EnemySystem.Enemy[]
speed float
target Transform,

Public Methods

Method Description
InitSoldiers ( ) : void
Update ( ) : void

Method Details

InitSoldiers() public method

public InitSoldiers ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

anim public_oe property

public Animator, anim
return Animator,

soldiers public_oe property

public Enemy[],EnemySystem soldiers
return EnemySystem.Enemy[]

speed public_oe property

public float speed
return float

target public_oe property

public Transform, target
return Transform,