C# Class GameCamera, gamejam14

Inheritance: MonoBehaviour
Mostrar archivo Open project: TeamLativa/gamejam14 Class Usage Examples

Public Properties

Property Type Description
Ground GameObject
Player1 GameObject
Player2 GameObject

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void

Private Methods

Method Description
IncrementTowards ( float n, float target, float a ) : float

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Property Details

Ground public_oe property

public GameObject Ground
return GameObject

Player1 public_oe property

public GameObject Player1
return GameObject

Player2 public_oe property

public GameObject Player2
return GameObject