Search Results for

    Show / Hide Table of Contents

    Class ReflectionProbeInfoPart

    The texture information part.

    Inheritance
    object
    IdentifiableObject
    AssetPart
    ReflectionProbeInfoPart
    Inherited Members
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Framework.Assets.AssetParts
    Assembly: Evergine.Framework.dll
    Syntax
    public class ReflectionProbeInfoPart : AssetPart

    Constructors

    ReflectionProbeInfoPart()

    Initializes a new instance of the ReflectionProbeInfoPart class.

    Declaration
    public ReflectionProbeInfoPart()

    Properties

    IBLIrradianceSH

    Gets or sets the irradiance coefficients using spherical harmonics.

    Declaration
    public Vector4[] IBLIrradianceSH { get; set; }
    Property Value
    Type Description
    Vector4[]

    Methods

    Read(BinaryReader)

    Reads this asset part.

    Declaration
    public static ReflectionProbeInfoPart Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Returns
    Type Description
    ReflectionProbeInfoPart

    The loaded asset part.

    Write(BinaryWriter)

    Writes the sub-asset.

    Declaration
    public override void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The stream.

    Overrides
    AssetPart.Write(BinaryWriter)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX