C# Class UnityPlatformer.PlayerStart

Create a player at given position
Inheritance: InstancePrefab
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Свойство Type Description
monitor bool
setupCameraFollow bool

Méthodes publiques

Méthode Description
OnAwake ( bool notify = true ) : void

Instance the prefab, rename and attach it

Method Details

OnAwake() public méthode

Instance the prefab, rename and attach it
public OnAwake ( bool notify = true ) : void
notify bool true -> SendMessage: OnInstancePrefab
Résultat void

Property Details

monitor public_oe property

true: Enable CharacterMonitor if it's found in the Prefab or Create it false: do nothing
public bool monitor
Résultat bool

setupCameraFollow public_oe property

If you have your own camera, this should be false.
public bool setupCameraFollow
Résultat bool