Table of Contents

Struct HeightfieldCenteringParameters

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
[DataContract]
public struct HeightfieldCenteringParameters
Inherited Members

Properties

CenterHeight

The height to be centered.

[DataMember(20)]
public float CenterHeight { readonly get; set; }

Property Value

float

Enabled

[DataMember(10)]
public bool Enabled { readonly get; set; }

Property Value

bool

Methods

Match(HeightfieldCenteringParameters)

public bool Match(HeightfieldCenteringParameters other)

Parameters

other HeightfieldCenteringParameters

Returns

bool