Property | Type | Description | |
---|---|---|---|
basicEffect | |||
color | Color | ||
radius | int | ||
spacing | int |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Frees resources used by this object.
|
|
Draw ( |
||
Draw ( Matrix world, Matrix view, Matrix projection, Color newcolor ) : void | ||
InitializePrimitive ( GraphicsDevice graphicsDevice ) : void |
public static Draw ( |
||
effect | ||
return | void |
public static Draw ( Matrix world, Matrix view, Matrix projection, Color newcolor ) : void | ||
world | Matrix | |
view | Matrix | |
projection | Matrix | |
newcolor | Color | |
return | void |
public static InitializePrimitive ( GraphicsDevice graphicsDevice ) : void | ||
graphicsDevice | GraphicsDevice | |
return | void |
public static BasicEffect,Microsoft.Xna.Framework.Graphics basicEffect | ||
return |