Struct HeightfieldCenteringParameters
[DataContract]
public struct HeightfieldCenteringParameters
- Inherited Members
Properties
CenterHeight
The height to be centered.
[DataMember(20)]
public float CenterHeight { readonly get; set; }
Property Value
Enabled
[DataMember(10)]
public bool Enabled { readonly get; set; }
Property Value
Methods
Match(HeightfieldCenteringParameters)
public bool Match(HeightfieldCenteringParameters other)