C# Class LocalTeleport, Obsolete

Inheritance: MonoBehaviour
显示文件 Open project: Orihaus/Obsolete

Public Properties

Property Type Description
Active bool
RandomizeCooldownMultiplier float
TeleportRange float

Public Methods

Method Description
FixedUpdate ( ) : void
RandomizeCooldown ( ) : void
Start ( ) : void
Teleport ( ) : void

Private Methods

Method Description
isOutside ( ) : bool

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

RandomizeCooldown() public method

public RandomizeCooldown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Teleport() public method

public Teleport ( ) : void
return void

Property Details

Active public_oe property

public bool Active
return bool

RandomizeCooldownMultiplier public_oe property

public float RandomizeCooldownMultiplier
return float

TeleportRange public_oe property

public float TeleportRange
return float