C# Class CamerScript, BattleShipV2

Inheritance: MonoBehaviour
Exibir arquivo Open project: GameMakersUnion/BattleShipV2

Public Properties

Property Type Description
ship GameObject
shipcamera GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ship public_oe property

public GameObject ship
return GameObject

shipcamera public_oe property

public GameObject shipcamera
return GameObject