StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Interpolation Class
Interpolation Methods
Bezier Method
Bezier Method (Single, Single, Single, Single, Single)
Bezier Method (Vector3, Vector3, Vector3, Vector3, Single)
Interpolation
Bezier Method (Single, Single, 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
Bezier
(
float
p0
,
float
p1
,
float
p2
,
float
p3
,
float
t
)
Parameters
p0
Type:
System
Single
p1
Type:
System
Single
p2
Type:
System
Single
p3
Type:
System
Single
t
Type:
System
Single
Return Value
Type:
Single
See Also
Reference
Interpolation Class
Bezier Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace