Property | Type | Description | |
---|---|---|---|
CurrentTarget | |||
Cursor | Sprite | ||
Navigation | SmashBros.Controllers.GamepadController.NavigationKey | ||
OnCollision | OnCollisionEventHandler | ||
OnSeparation | OnSeparationEventHandler | ||
Pad |
Method | Description | |
---|---|---|
CursorModel ( Microsoft.Xna.Framework.Content.ContentManager content, |
||
SetMinMaxPos ( float minX, float maxX, float minY, float maxY ) : void | ||
SetPosition ( float x, float y ) : void |
public CursorModel ( Microsoft.Xna.Framework.Content.ContentManager content, |
||
content | Microsoft.Xna.Framework.Content.ContentManager | |
world | ||
pad | ||
navigationMethod | SmashBros | |
col | OnCollisionEventHandler | |
sep | OnSeparationEventHandler | |
enabled | bool | |
return | System |
public SetMinMaxPos ( float minX, float maxX, float minY, float maxY ) : void | ||
minX | float | |
maxX | float | |
minY | float | |
maxY | float | |
return | void |
public SetPosition ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public Body,FarseerPhysics.Dynamics CurrentTarget | ||
return |
public SmashBros.Controllers.GamepadController.NavigationKey Navigation | ||
return | SmashBros.Controllers.GamepadController.NavigationKey |
public OnCollisionEventHandler OnCollision | ||
return | OnCollisionEventHandler |
public OnSeparationEventHandler OnSeparation | ||
return | OnSeparationEventHandler |