Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightDirectionalShadowMap.PartitionManual Class

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

    Manual partition. This class cannot be inherited.

    System.Object → LightDirectionalShadowMap.PartitionModeBase → LightDirectionalShadowMap.PartitionManual
    Derived from LightDirectionalShadowMap.PartitionManual:

    [DataContract("LightDirectionalShadowMap.PartitionManual")]
    [Display("Manual", null)]
    public sealed class PartitionManual : LightDirectionalShadowMap.PartitionModeBase
    Name Description
    Constructors
    PartitionManual()

    Initializes a new instance of the class.

    Properties
    SplitDistance0
    SplitDistance1
    SplitDistance2
    SplitDistance3
    | Improve this Doc View Source

    Constructors


    PartitionManual()

    Initializes a new instance of the class.

    public PartitionManual()
    | Improve this Doc View Source

    Properties


    SplitDistance0

    [DataMember(10)]
    [DataMemberRange(0, 1, 0.01, 0.1, 2)]
    public float SplitDistance0 { get; set; }
    Property Value
    Type Description
    System.Single

    SplitDistance1

    [DataMember(20)]
    [DataMemberRange(0, 1, 0.01, 0.1, 2)]
    public float SplitDistance1 { get; set; }
    Property Value
    Type Description
    System.Single

    SplitDistance2

    [DataMember(30)]
    [DataMemberRange(0, 1, 0.01, 0.1, 2)]
    public float SplitDistance2 { get; set; }
    Property Value
    Type Description
    System.Single

    SplitDistance3

    [DataMember(40)]
    [DataMemberRange(0, 1, 0.01, 0.1, 2)]
    public float SplitDistance3 { get; set; }
    Property Value
    Type Description
    System.Single

    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