C# Class ButtonHandler, UnderworldExporter

Inheritance: MonoBehaviour
ファイルを表示 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
RotarySprites string[]
SpriteSet bool
isOn bool
isRotarySwitch bool
maxstate int
spriteOff string
spriteOn string
state int
trigger string
triggerX int
triggerY int

Public Methods

Method Description
Activate ( ) : bool
ActivateByObject ( GameObject ObjectUsed ) : bool
LookAt ( ) : bool
UseObjectOnVerb_World ( ) : string
setRotarySprite ( int index ) : void
setSprite ( string SpriteName ) : void
use ( ) : bool

Protected Methods

Method Description
Start ( ) : void

Method Details

Activate() public method

public Activate ( ) : bool
return bool

ActivateByObject() public method

public ActivateByObject ( GameObject ObjectUsed ) : bool
ObjectUsed GameObject
return bool

LookAt() public method

public LookAt ( ) : bool
return bool

Start() protected method

protected Start ( ) : void
return void

UseObjectOnVerb_World() public method

public UseObjectOnVerb_World ( ) : string
return string

setRotarySprite() public method

public setRotarySprite ( int index ) : void
index int
return void

setSprite() public method

public setSprite ( string SpriteName ) : void
SpriteName string
return void

use() public method

public use ( ) : bool
return bool

Property Details

RotarySprites public_oe property

public string[] RotarySprites
return string[]

SpriteSet public_oe property

public bool SpriteSet
return bool

isOn public_oe property

public bool isOn
return bool

isRotarySwitch public_oe property

public bool isRotarySwitch
return bool

maxstate public_oe property

public int maxstate
return int

spriteOff public_oe property

public string spriteOff
return string

spriteOn public_oe property

public string spriteOn
return string

state public_oe property

public int state
return int

trigger public_oe property

public string trigger
return string

triggerX public_oe property

public int triggerX
return int

triggerY public_oe property

public int triggerY
return int