Метод | Описание | |
---|---|---|
CanRotate ( ) : bool | ||
Clone ( ) : |
||
ContainsPoint ( Vector2 point ) : bool | ||
ConvexHullEditor ( ) : System | ||
CreateInDesignMode ( LayerEditor parentLayer, IEntityCreationProperties creationProperties ) : void | ||
DrawInEditor ( |
||
DrawSelectionFrame ( |
||
OnMouseButtonDown ( Vector2 mouseWorldPos ) : void | ||
OnMouseButtonUp ( Vector2 mouseWorldPos ) : void | ||
OnMouseOver ( Vector2 mouseWorldPos ) : void | ||
PropertiesChanged ( System.Windows.Forms.PropertyValueChangedEventArgs whatChanged ) : void | ||
RecreateFromXml ( LayerEditor parentLayer, System.Xml.Linq.XElement xml ) : void | ||
SetPosition ( Vector2 pos ) : void | ||
UserInteractionDuringCreation ( ) : void | ||
WhenChosenFromToolbox ( ) : void |
Метод | Описание | |
---|---|---|
WhenUpdatedByUi ( ) : void |
Calculates the WorldPoints based on Position and LocalPoints
|
Метод | Описание | |
---|---|---|
addWorldPoint ( Vector2 mouseWorldPos ) : void | ||
adjustPointsForNewPosition ( ) : void | ||
recalculate ( ) : void | ||
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 OnMouseButtonUp ( Vector2 mouseWorldPos ) : void | ||
mouseWorldPos | Vector2 | |
Результат | void |
public OnMouseOver ( Vector2 mouseWorldPos ) : void | ||
mouseWorldPos | Vector2 | |
Результат | void |
public PropertiesChanged ( System.Windows.Forms.PropertyValueChangedEventArgs whatChanged ) : void | ||
whatChanged | System.Windows.Forms.PropertyValueChangedEventArgs | |
Результат | void |
public RecreateFromXml ( LayerEditor parentLayer, System.Xml.Linq.XElement xml ) : void | ||
parentLayer | LayerEditor | |
xml | System.Xml.Linq.XElement | |
Результат | void |
public UserInteractionDuringCreation ( ) : void | ||
Результат | void |