Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CircularHullEditor ( ) : System | ||
summonMainForm ( ) : IMainForm |
public ContainsPoint ( Vector2 point ) : bool | ||
point | Vector2 | |
Результат | bool |
public CreateInDesignMode ( LayerEditor parentLayer, IEntityCreationProperties creationProperties ) : void | ||
parentLayer | LayerEditor | |
creationProperties | IEntityCreationProperties | |
Результат | void |
public DrawInEditor ( |
||
spriteBatch | ||
Результат | void |
public DrawSelectionFrame ( |
||
spriteBatch | ||
color | Color | |
Результат | void |
public OnMouseButtonDown ( Vector2 mouseWorldPos ) : void | ||
mouseWorldPos | Vector2 | |
Результат | void |
public RecreateFromXml ( LayerEditor parentLayer, System.Xml.Linq.XElement xml ) : void | ||
parentLayer | LayerEditor | |
xml | System.Xml.Linq.XElement | |
Результат | void |
public UserInteractionDuringCreation ( ) : void | ||
Результат | void |