C# Class Null_Trigger, UnderworldExporter

Inheritance: MonoBehaviour
Show file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
AlreadyTriggered bool
TriggerAction int
TriggerOnce bool
conditions int[]

Public Methods

Method Description
Activate ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Property Details

AlreadyTriggered public property

public bool AlreadyTriggered
return bool

TriggerAction public property

public int TriggerAction
return int

TriggerOnce public property

public bool TriggerOnce
return bool

conditions public property

public int[] conditions
return int[]