C# Class DoorControlShock, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter

Méthodes publiques

Свойство Type Description
DoorBusy bool
DoorSpriteIndex int
KeyIndex int
NoOfFrames int
bc BoxCollider
locked bool

Méthodes publiques

Méthode Description
Activate ( ) : void
CloseDoor ( ) : void
LockDoor ( ) : void
OnMouseDown ( ) : void
OpenDoor ( ) : void
Start ( ) : void
ToggleDoor ( ) : void
ToggleLock ( ) : void
UnlockDoor ( ) : void
setSprite ( int index ) : void

Private Methods

Méthode Description
AddDoorCollision ( ) : void
AnimateDoorClose ( float traveltime ) : IEnumerator
AnimateDoorOpen ( float traveltime ) : IEnumerator
RemoveDoorCollision ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

CloseDoor() public méthode

public CloseDoor ( ) : void
Résultat void

LockDoor() public méthode

public LockDoor ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

OpenDoor() public méthode

public OpenDoor ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleDoor() public méthode

public ToggleDoor ( ) : void
Résultat void

ToggleLock() public méthode

public ToggleLock ( ) : void
Résultat void

UnlockDoor() public méthode

public UnlockDoor ( ) : void
Résultat void

setSprite() public méthode

public setSprite ( int index ) : void
index int
Résultat void

Property Details

DoorBusy public_oe property

public bool DoorBusy
Résultat bool

DoorSpriteIndex public_oe property

public int DoorSpriteIndex
Résultat int

KeyIndex public_oe property

public int KeyIndex
Résultat int

NoOfFrames public_oe property

public int NoOfFrames
Résultat int

bc public_oe property

public BoxCollider bc
Résultat BoxCollider

locked public_oe property

public bool locked
Résultat bool