Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TransformationKeys Class

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Keys used by transformations.

    System.Object → TransformationKeys
    Derived from TransformationKeys:

    public static class TransformationKeys
    Name Description
    Fields
    Eye
    EyeMS
    Projection
    ProjectionInverse
    ProjScreenRay
    View
    ViewInverse
    ViewProjection
    World
    WorldInverse
    WorldInverseTranspose
    WorldScale
    WorldView
    WorldViewInverse
    WorldViewProjection
    | Improve this Doc View Source

    Fields


    Eye

    public static readonly ValueParameterKey<Vector4> Eye
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    EyeMS

    public static readonly ValueParameterKey<Vector4> EyeMS
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    Projection

    public static readonly ValueParameterKey<Matrix> Projection
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    ProjectionInverse

    public static readonly ValueParameterKey<Matrix> ProjectionInverse
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    ProjScreenRay

    public static readonly ValueParameterKey<Vector2> ProjScreenRay
    Field Value
    Type Description
    ValueParameterKey<Vector2>

    View

    public static readonly ValueParameterKey<Matrix> View
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    ViewInverse

    public static readonly ValueParameterKey<Matrix> ViewInverse
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    ViewProjection

    public static readonly ValueParameterKey<Matrix> ViewProjection
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    World

    public static readonly ValueParameterKey<Matrix> World
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    WorldInverse

    public static readonly ValueParameterKey<Matrix> WorldInverse
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    WorldInverseTranspose

    public static readonly ValueParameterKey<Matrix> WorldInverseTranspose
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    WorldScale

    public static readonly ValueParameterKey<Vector3> WorldScale
    Field Value
    Type Description
    ValueParameterKey<Vector3>

    WorldView

    public static readonly ValueParameterKey<Matrix> WorldView
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    WorldViewInverse

    public static readonly ValueParameterKey<Matrix> WorldViewInverse
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    WorldViewProjection

    public static readonly ValueParameterKey<Matrix> WorldViewProjection
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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