Summary
Attempts to parse a series of floats from the given string and returns the index of the last successfully parsed value.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
- Containing Type
- NullableVector4
Syntax
public static int TryParse(string value, int componentCount, out NullableVector4 results)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | |
| componentCount | int | |
| results | NullableVector4 |
Return Value
| Type | Description |
|---|---|
| int |