C# Class PlatformerCharacterFollower, LevelConceito1

Inheritance: MonoBehaviour
Exibir arquivo Open project: MuvucaGames/LevelConceito1

Public Properties

Property Type Description
maxDistance float
threshold float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
SetObjectToFollow ( GameObject toFollow ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetObjectToFollow() public method

public SetObjectToFollow ( GameObject toFollow ) : void
toFollow GameObject
return void

Property Details

maxDistance public_oe property

public float maxDistance
return float

threshold public_oe property

public float threshold
return float