Méthode | Description | |
---|---|---|
AssetCreator ( GraphicsDevice device ) : System | ||
CalculateOrigin ( |
||
CircleTexture ( float radius, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
EllipseTexture ( float radiusX, float radiusY, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void | ||
TextureFromShape ( |
||
TextureFromVertices ( Vertices vertices, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D |
Méthode | Description | |
---|---|---|
RenderTexture ( int width, int height, Microsoft.Xna.Framework.Graphics.Texture2D material, List |
||
RenderTexture ( int width, int height, Microsoft.Xna.Framework.Graphics.Texture2D material, Microsoft.Xna.Framework.Graphics.VertexPositionColorTexture verticesFill, Microsoft.Xna.Framework.Graphics.VertexPositionColor verticesOutline ) : Microsoft.Xna.Framework.Graphics.Texture2D |
public AssetCreator ( GraphicsDevice device ) : System | ||
device | GraphicsDevice | |
Résultat | System |
public static CalculateOrigin ( |
||
b | ||
Résultat | Vector2 |
public CircleTexture ( float radius, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
radius | float | |
type | MaterialType | |
color | Color | |
materialScale | float | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public EllipseTexture ( float radiusX, float radiusY, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
radiusX | float | |
radiusY | float | |
type | MaterialType | |
color | Color | |
materialScale | float | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void | ||
contentManager | Microsoft.Xna.Framework.Content.ContentManager | |
Résultat | void |
public TextureFromShape ( |
||
shape | ||
type | MaterialType | |
color | Color | |
materialScale | float | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public TextureFromVertices ( Vertices vertices, MaterialType type, Color color, float materialScale ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
vertices | Vertices | |
type | MaterialType | |
color | Color | |
materialScale | float | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |