Property | Type | Description | |
---|---|---|---|
Color | Color | ||
Duration | float | ||
Rotation | float |
Property | Type | Description | |
---|---|---|---|
fades | LinkedList |
||
next | Logo | ||
size | Vector2 | ||
tPath | string | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
timeIn | float |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Logo ( string path, float duration ) : System | ||
Logo ( string path, float duration, Vector2 size ) : System | ||
addFade ( FadeOptions opt ) : void | ||
build ( GraphicsDevice g ) : void | ||
draw ( |
||
goNext ( Logo &l ) : bool | ||
reset ( ) : void | ||
setNext ( Logo l ) : void | ||
setPrevious ( Logo l ) : void | ||
setSize ( Vector2 s ) : void | ||
update ( float elapsedTime ) : bool |
public Logo ( string path, float duration ) : System | ||
path | string | |
duration | float | |
return | System |
public Logo ( string path, float duration, Vector2 size ) : System | ||
path | string | |
duration | float | |
size | Vector2 | |
return | System |
public draw ( |
||
batch | ||
return | void |
protected Texture2D,Microsoft.Xna.Framework.Graphics texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |