Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ConvexHullDecompositionParameters Class

    Namespace: Stride.Physics
    Assembly: Stride.Physics.dll
    System.Object → ConvexHullDecompositionParameters
    Derived from ConvexHullDecompositionParameters:

    [ContentSerializer(typeof(DataContentSerializer<ConvexHullDecompositionParameters>))]
    [DataContract("DecompositionParameters")]
    [Display("DecompositionParameters", null)]
    public class ConvexHullDecompositionParameters
    Name Description
    Properties
    Alpha
    AngleRefine
    AngleSampling
    Depth
    Enabled
    PosRefine
    PosSampling
    Threshold
    Methods
    Match(Object)
    | Improve this Doc View Source

    Properties


    Alpha

    [DataMember(110)]
    public float Alpha { get; set; }
    Property Value
    Type Description
    System.Single

    AngleRefine

    [DataMember(100)]
    public int AngleRefine { get; set; }
    Property Value
    Type Description
    System.Int32

    AngleSampling

    [DataMember(80)]
    public int AngleSampling { get; set; }
    Property Value
    Type Description
    System.Int32

    Depth

    [DataMember(60)]
    public int Depth { get; set; }
    Property Value
    Type Description
    System.Int32

    Enabled

    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    PosRefine

    [DataMember(90)]
    public int PosRefine { get; set; }
    Property Value
    Type Description
    System.Int32

    PosSampling

    [DataMember(70)]
    public int PosSampling { get; set; }
    Property Value
    Type Description
    System.Int32

    Threshold

    [DataMember(120)]
    public float Threshold { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Methods


    Match(Object)

    public bool Match(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    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