SpriteBatch.SpriteDrawInfo Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
public struct SpriteDrawInfo
| Name | Description | |
|---|---|---|
| Fields | ||
| ColorAdd | ||
| ColorScale | ||
| Depth | ||
| Destination | ||
| Orientation | ||
| Origin | ||
| Rotation | ||
| Source | ||
| SpriteEffects | ||
| Swizzle | ||
| TextureSize | ||
Fields
ColorAdd
public Color4 ColorAdd
Field Value
| Type | Description |
|---|---|
| Color4 |
ColorScale
public Color4 ColorScale
Field Value
| Type | Description |
|---|---|
| Color4 |
Depth
public float Depth
Field Value
| Type | Description |
|---|---|
| System.Single |
Destination
public RectangleF Destination
Field Value
| Type | Description |
|---|---|
| RectangleF |
Orientation
public ImageOrientation Orientation
Field Value
| Type | Description |
|---|---|
| ImageOrientation |
Origin
public Vector2 Origin
Field Value
| Type | Description |
|---|---|
| Vector2 |
Rotation
public float Rotation
Field Value
| Type | Description |
|---|---|
| System.Single |
Source
public RectangleF Source
Field Value
| Type | Description |
|---|---|
| RectangleF |
SpriteEffects
public SpriteEffects SpriteEffects
Field Value
| Type | Description |
|---|---|
| SpriteEffects |
Swizzle
public SwizzleMode Swizzle
Field Value
| Type | Description |
|---|---|
| SwizzleMode |
TextureSize
public Vector2 TextureSize
Field Value
| Type | Description |
|---|---|
| Vector2 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()