Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FollowCharacter
C# Class FollowCharacter
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: Undiscovered-Game-Studios/Project-Legacy-2D
Class Usage Examples
Public Properties
Property
Type
Description
activePlayer
GameObject
playerIndex
int
players
List
Public Methods
Method
Description
FixedUpdate
( ) :
void
FollowActivePlayer
( ) :
void
Start
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
FollowActivePlayer()
public
method
public
FollowActivePlayer
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
activePlayer
public_oe property
public
GameObject
activePlayer
return
GameObject
playerIndex
public_oe property
public
int
playerIndex
return
int
players
public_oe property
public
List
players
return
List