Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    HeightfieldCenteringParameters Struct

    Namespace: Stride.Physics
    Assembly: Stride.Physics.dll

    [DataContract]
    public struct HeightfieldCenteringParameters
    Name Description
    Properties
    CenterHeight

    The height to be centered.

    Enabled
    Methods
    Match(HeightfieldCenteringParameters)
    | Improve this Doc View Source

    Properties


    CenterHeight

    The height to be centered.

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

    Enabled

    [DataMember(10)]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Methods


    Match(HeightfieldCenteringParameters)

    public bool Match(HeightfieldCenteringParameters other)
    Parameters
    Type Name Description
    HeightfieldCenteringParameters other
    Returns
    Type Description
    System.Boolean

    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