C# Class UnityPlatformer.Track

Track tile
Inheritance: BoxTileTrigger
Mostrar archivo 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