C# Class Assets.Scripts.Test.CameraFollow

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: Cedric-Paris/PuzzleGameProject

Public Properties

Property Type Description
Size float
Target UnityEngine.GameObject

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Size public_oe property

public float Size
return float

Target public_oe property

public GameObject,UnityEngine Target
return UnityEngine.GameObject