C# Class ObjectVariables, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
Hidden int
state int
trigger string
triggerX int
triggerY int

Méthodes publiques

Méthode Description
Start ( ) : void
findDoor ( int x, int y ) : GameObject

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

findDoor() public méthode

public findDoor ( int x, int y ) : GameObject
x int
y int
Résultat GameObject

Property Details

Hidden public_oe property

public int Hidden
Résultat int

state public_oe property

public int state
Résultat int

trigger public_oe property

public string trigger
Résultat string

triggerX public_oe property

public int triggerX
Résultat int

triggerY public_oe property

public int triggerY
Résultat int