C# Class TestDemo.PortalBox

Inheritance: Entity
Show file Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
SetUpCollision ( ) : void

Method Details

CollisionChange() public method

public CollisionChange ( ) : void
return void

CopyTo() public method

public CopyTo ( Entity &ent ) : void
ent Entity
return void

GetDumpPoint() public method

public GetDumpPoint ( ) : Vector2
return Vector2

PortalBox() public method

public PortalBox ( int x, int y, PortalBox other, bool isSender ) : System
x int
y int
other PortalBox
isSender bool
return System

SetDumpPoint() public method

public SetDumpPoint ( Vector2 dumpPoint ) : void
dumpPoint Vector2
return void

SetOther() public method

public SetOther ( PortalBox other ) : void
other PortalBox
return void

SetUpCollision() protected method

protected SetUpCollision ( ) : void
return void