StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Vector3 Structure
Vector3 Methods
ToString Method
ToString Method
ToString Method (String)
ToString Method (String, IFormatProvider)
Vector3
ToString Method (String, IFormatProvider)
Returns a String representing this Vector3 instance, using the specified format to format individual elements and the given IFormatProvider.
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
string
ToString
(
string
format
,
IFormatProvider
formatProvider
)
Parameters
format
Type:
System
String
The format of individual elements.
formatProvider
Type:
System
IFormatProvider
The format provider to use when formatting elements.
Return Value
Type:
String
The string representation.
Implements
IFormattable
ToString(String, IFormatProvider)
See Also
Reference
Vector3 Structure
ToString Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace