Method | Description | |
---|---|---|
Clone ( ) : |
||
ContainsPoint ( Vector2 point ) : bool | ||
CreateInDesignMode ( LayerEditor parentLayer, IEntityCreationProperties creationProperties ) : void | ||
DrawInEditor ( |
||
DrawSelectionFrame ( |
||
OnMouseButtonDown ( Vector2 mouseWorldPos ) : void | ||
RecreateFromXml ( LayerEditor parentLayer, System.Xml.Linq.XElement xml ) : void | ||
UserInteractionDuringCreation ( ) : void | ||
WhenChosenFromToolbox ( ) : void |
Method | Description | |
---|---|---|
CircularHullEditor ( ) : System | ||
summonMainForm ( ) : IMainForm |
public ContainsPoint ( Vector2 point ) : bool | ||
point | Vector2 | |
return | bool |
public CreateInDesignMode ( LayerEditor parentLayer, IEntityCreationProperties creationProperties ) : void | ||
parentLayer | LayerEditor | |
creationProperties | IEntityCreationProperties | |
return | void |
public DrawInEditor ( |
||
spriteBatch | ||
return | void |
public DrawSelectionFrame ( |
||
spriteBatch | ||
color | Color | |
return | void |
public OnMouseButtonDown ( Vector2 mouseWorldPos ) : void | ||
mouseWorldPos | Vector2 | |
return | void |
public RecreateFromXml ( LayerEditor parentLayer, System.Xml.Linq.XElement xml ) : void | ||
parentLayer | LayerEditor | |
xml | System.Xml.Linq.XElement | |
return | void |
public UserInteractionDuringCreation ( ) : void | ||
return | void |