C# Class PlatformerCharacterFollower, LevelConceito1

Inheritance: MonoBehaviour
Afficher le fichier Open project: MuvucaGames/LevelConceito1

Méthodes publiques

Свойство Type Description
maxDistance float
threshold float

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
SetObjectToFollow ( GameObject toFollow ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetObjectToFollow() public méthode

public SetObjectToFollow ( GameObject toFollow ) : void
toFollow GameObject
Résultat void

Property Details

maxDistance public_oe property

public float maxDistance
Résultat float

threshold public_oe property

public float threshold
Résultat float