C# Class GoodAI.Modules.School.Worlds.RogueDoor

Inheritance: GameObject, ISwitchable
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
GetDefaultSize ( ) : Size
GetDefaultTexture ( ) : string
RogueDoor ( PointF p, bool isClosed = true, float scale = 1.0f ) : GoodAI.Core.Nodes
Switch ( ) : void
Switch ( bool on ) : void
SwitchOnCollision ( ) : bool

Method Details

GetDefaultSize() public static méthode

public static GetDefaultSize ( ) : Size
Résultat System.Drawing.Size

GetDefaultTexture() public static méthode

public static GetDefaultTexture ( ) : string
Résultat string

RogueDoor() public méthode

public RogueDoor ( PointF p, bool isClosed = true, float scale = 1.0f ) : GoodAI.Core.Nodes
p System.Drawing.PointF
isClosed bool
scale float
Résultat GoodAI.Core.Nodes

Switch() public méthode

public Switch ( ) : void
Résultat void

Switch() public méthode

public Switch ( bool on ) : void
on bool
Résultat void

SwitchOnCollision() public méthode

public SwitchOnCollision ( ) : bool
Résultat bool