Table of Contents

Class CustomHeightScaleCalculator

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
[DataContract]
[Display("Custom", null)]
public class CustomHeightScaleCalculator : IHeightScaleCalculator
Inheritance
CustomHeightScaleCalculator
Implements

Properties

Denominator

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

Property Value

float

Numerator

[DataMember(10)]
public float Numerator { get; set; }

Property Value

float

Methods

Calculate(IHeightStickParameters)

public float Calculate(IHeightStickParameters heightDescription)

Parameters

heightDescription IHeightStickParameters

Returns

float