Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SpriteBatch.SpriteDrawInfo Struct

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    public struct SpriteDrawInfo
    Name Description
    Fields
    ColorAdd
    ColorScale
    Depth
    Destination
    Orientation
    Origin
    Rotation
    Source
    SpriteEffects
    Swizzle
    TextureSize
    | Improve this Doc View Source

    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()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation