CustomHeightScaleCalculator Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
CustomHeightScaleCalculator
Derived from CustomHeightScaleCalculator:
[DataContract]
[Display("Custom", null)]
public class CustomHeightScaleCalculator : IHeightScaleCalculator
|
Improve this Doc
View Source
Properties
Denominator
[DataMember(20)]
public float Denominator { get; set; }
Property Value
Type |
Description |
System.Single |
|
Numerator
[DataMember(10)]
public float Numerator { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Methods
Calculate(IHeightStickParameters)
public float Calculate(IHeightStickParameters heightDescription)
Parameters
Returns
Type |
Description |
System.Single |
|
Extension Methods