Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightProbeVertex Struct

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

    public struct LightProbeVertex
    Name Description
    Constructors
    LightProbeVertex(Vector3, UInt32)

    Initializes a new LightProbeVertex instance.

    Fields
    Layout

    The vertex layout of this struct.

    LightProbeId

    The lightprobe index.

    Position

    XYZ position.

    Size

    Defines structure byte size.

    | Improve this Doc View Source

    Constructors


    LightProbeVertex(Vector3, UInt32)

    Initializes a new LightProbeVertex instance.

    public LightProbeVertex(Vector3 position, uint lightprobeId)
    Parameters
    Type Name Description
    Vector3 position

    The position of this vertex.

    System.UInt32 lightprobeId

    The lightprobe ID.

    | Improve this Doc View Source

    Fields


    Layout

    The vertex layout of this struct.

    public static readonly VertexDeclaration Layout
    Field Value
    Type Description
    VertexDeclaration

    LightProbeId

    The lightprobe index.

    public uint LightProbeId
    Field Value
    Type Description
    System.UInt32

    Position

    XYZ position.

    public Vector3 Position
    Field Value
    Type Description
    Vector3

    Size

    Defines structure byte size.

    public static readonly int Size
    Field Value
    Type Description
    System.Int32

    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