StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Interpolation Class
Interpolation Methods
Linear Method
Linear Method (Single, Single, Single)
Linear Method (Vector3, Vector3, Single)
Interpolation
Linear Method (Single, Single, Single)
Namespace:
SoftGear.Strix.Client.Ingame.Interpolation
Assembly:
strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
Copy
public
static
float
Linear
(
float
p0
,
float
p1
,
float
t
)
Parameters
p0
Type:
System
Single
p1
Type:
System
Single
t
Type:
System
Single
Return Value
Type:
Single
See Also
Reference
Interpolation Class
Linear Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace