C# Class Action_Activate, UnderworldExporter

Inheritance: MonoBehaviour
Mostra file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
ActivationDelay int[]
ObjectsToActivate string[]

Public Methods

Method Description
PerformAction ( ) : void

Private Methods

Method Description
ActivationWait ( GameObject objToActivate, float waittime ) : IEnumerator

Method Details

PerformAction() public method

public PerformAction ( ) : void
return void

Property Details

ActivationDelay public_oe property

public int[] ActivationDelay
return int[]

ObjectsToActivate public_oe property

public string[] ObjectsToActivate
return string[]