C# Class OneWayPlatform, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Méthodes publiques

Свойство Type Description
isClose bool
isGhost bool
left bool
maxX float
maxY float
minX float
minY float
over bool
platX float
platY float
right bool
under bool
whichWay string

Méthodes publiques

Méthode Description
Ghost ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
StopGhost ( ) : void
Update ( ) : void

Method Details

Ghost() public méthode

public Ghost ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StopGhost() public méthode

public StopGhost ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

isClose public_oe property

public bool isClose
Résultat bool

isGhost public_oe property

public bool isGhost
Résultat bool

left public_oe property

public bool left
Résultat bool

maxX public_oe property

public float maxX
Résultat float

maxY public_oe property

public float maxY
Résultat float

minX public_oe property

public float minX
Résultat float

minY public_oe property

public float minY
Résultat float

over public_oe property

public bool over
Résultat bool

platX public_oe property

public float platX
Résultat float

platY public_oe property

public float platY
Résultat float

right public_oe property

public bool right
Résultat bool

under public_oe property

public bool under
Résultat bool

whichWay public_oe property

public string whichWay
Résultat string