C# Class Tachycardia.Objects.Actions.Teleport

Inheritance: BaseAction
ファイルを表示 Open project: secred/Tachycardia

Public Properties

Property Type Description
m_TeleportTo Mogre.Vector3

Public Methods

Method Description
Go ( ) : void
Teleport ( Mogre destination ) : System

Method Details

Go() public method

public Go ( ) : void
return void

Teleport() public method

public Teleport ( Mogre destination ) : System
destination Mogre
return System

Property Details

m_TeleportTo public_oe property

public Mogre.Vector3 m_TeleportTo
return Mogre.Vector3