C# Class TestDemo.PortalBox

Inheritance: Entity
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Méthode Description
CollisionChange ( ) : void
CopyTo ( Entity &ent ) : void
GetDumpPoint ( ) : Vector2
PortalBox ( int x, int y, PortalBox other, bool isSender ) : System
SetDumpPoint ( Vector2 dumpPoint ) : void
SetOther ( PortalBox other ) : void

Méthodes protégées

Méthode Description
SetUpCollision ( ) : void

Method Details

CollisionChange() public méthode

public CollisionChange ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Entity &ent ) : void
ent Entity
Résultat void

GetDumpPoint() public méthode

public GetDumpPoint ( ) : Vector2
Résultat Vector2

PortalBox() public méthode

public PortalBox ( int x, int y, PortalBox other, bool isSender ) : System
x int
y int
other PortalBox
isSender bool
Résultat System

SetDumpPoint() public méthode

public SetDumpPoint ( Vector2 dumpPoint ) : void
dumpPoint Vector2
Résultat void

SetOther() public méthode

public SetOther ( PortalBox other ) : void
other PortalBox
Résultat void

SetUpCollision() protected méthode

protected SetUpCollision ( ) : void
Résultat void