Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightProbeRuntimeData Class

    Namespace: Stride.Rendering.LightProbes
    Assembly: Stride.Rendering.dll
    System.Object → LightProbeRuntimeData
    Derived from LightProbeRuntimeData:

    public class LightProbeRuntimeData
    Name Description
    Fields
    Coefficients
    Faces
    LightProbeIndices
    LightProbes

    Can be used to setup a link to a source. Typically, this might be a lightprobe component.

    Matrices
    Tetrahedra
    UserVertexCount
    Vertices
    | Improve this Doc View Source

    Fields


    Coefficients

    public Color3[] Coefficients
    Field Value
    Type Description
    Color3[]

    Faces

    public FastList<BowyerWatsonTetrahedralization.Face> Faces
    Field Value
    Type Description
    FastList<BowyerWatsonTetrahedralization.Face>

    LightProbeIndices

    public Int4[] LightProbeIndices
    Field Value
    Type Description
    Int4[]

    LightProbes

    Can be used to setup a link to a source. Typically, this might be a lightprobe component.

    public object[] LightProbes
    Field Value
    Type Description
    System.Object[]

    Matrices

    public Vector4[] Matrices
    Field Value
    Type Description
    Vector4[]

    Tetrahedra

    public FastList<BowyerWatsonTetrahedralization.Tetrahedron> Tetrahedra
    Field Value
    Type Description
    FastList<BowyerWatsonTetrahedralization.Tetrahedron>

    UserVertexCount

    public int UserVertexCount
    Field Value
    Type Description
    System.Int32

    Vertices

    public Vector3[] Vertices
    Field Value
    Type Description
    Vector3[]

    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