Struct Joint.Range ​
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics
Assembly: ValveResourceFormat.dll
A one-dimensional motion limit.
csharp
public readonly struct Joint.RangeConstructors ​
Range(KVObject) ​
Initializes a new instance of the struct.
csharp
public Range(KVObject data)Parameters ​
data KVObject
Properties ​
Max ​
The upper bound.
csharp
public float Max { get; }Property Value ​
Min ​
The lower bound.
csharp
public float Min { get; }
