Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
UnityPlatformer
Track
C# Class UnityPlatformer.Track
Track tile
Inheritance:
BoxTileTrigger
Mostra file
Open project: llafuente/unity-platformer
Public Properties
Property
Type
Description
velocity
UnityEngine.Vector3
Public Methods
Method
Description
CharacterEnter
(
Character
p
) :
void
Enable track
CharacterExit
(
Character
p
) :
void
Disable track
Method Details
CharacterEnter()
public
method
Enable track
public
CharacterEnter
(
Character
p
) :
void
p
Character
return
void
CharacterExit()
public
method
Disable track
public
CharacterExit
(
Character
p
) :
void
p
Character
return
void
Property Details
velocity
public_oe property
Velocity that will be add to characters inside track
public
Vector3,UnityEngine
velocity
return
UnityEngine.Vector3