HeightfieldCenteringParameters Struct
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
[DataContract]
public struct HeightfieldCenteringParameters
Name | Description | |
---|---|---|
Properties | ||
CenterHeight | The height to be centered. |
|
Enabled | ||
Methods | ||
Match(HeightfieldCenteringParameters) |
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 |
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()