C# Class RocketLauncher, UnityTemp

Inheritance: MonoBehaviour
显示文件 Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
PositionsOfLaunchersLeft Vector3[]
PositionsOfLaunchersRight Vector3[]
Rocket GameObject
RocketDelay float
StartDelay float

Public Methods

Method Description
Launch ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
LaunchRockets ( ) : IEnumerator

Method Details

Launch() public method

public Launch ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

PositionsOfLaunchersLeft public_oe property

public Vector3[] PositionsOfLaunchersLeft
return Vector3[]

PositionsOfLaunchersRight public_oe property

public Vector3[] PositionsOfLaunchersRight
return Vector3[]

Rocket public_oe property

public GameObject Rocket
return GameObject

RocketDelay public_oe property

public float RocketDelay
return float

StartDelay public_oe property

public float StartDelay
return float