메소드 | 설명 | |
---|---|---|
CanRotate ( ) : bool | ||
Clone ( ) : |
||
ContainsPoint ( Vector2 point ) : bool | ||
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 position ) : void | ||
UserInteractionDuringCreation ( ) : void | ||
WhenChosenFromToolbox ( ) : void |
메소드 | 설명 | |
---|---|---|
WhenUpdatedByUi ( ) : void |
메소드 | 설명 | |
---|---|---|
RectangularHullEditor ( ) : System | ||
fromRectangle ( |
||
recalculateRectangle ( ) : void | ||
rotateRectangleAroundCenter ( |
||
setX ( float x ) : void | ||
setY ( float y ) : void | ||
summonMainForm ( ) : IMainForm |
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 |