Method ToVtArray
ToVtArray(Matrix4x4[])
Declaration
public static VtMatrix4dArray ToVtArray(Matrix4x4[] input)
Parameters
Returns
| Type |
Description |
| VtMatrix4dArray |
|
ToVtArray(List<Color32>)
Declaration
public static VtVec4fArray ToVtArray(List<Color32> input)
Parameters
Returns
| Type |
Description |
| VtVec4fArray |
|
ToVtArray(List<Color32>, out VtVec3fArray, out VtFloatArray)
Declaration
public static void ToVtArray(List<Color32> input, out VtVec3fArray rgb, out VtFloatArray alpha)
Parameters
| Type |
Name |
Description |
| List<Color32> |
input |
|
| VtVec3fArray |
rgb |
|
| VtFloatArray |
alpha |
|
ToVtArray(Color32[])
Declaration
public static VtVec4fArray ToVtArray(Color32[] input)
Parameters
| Type |
Name |
Description |
| Color32[] |
input |
|
Returns
| Type |
Description |
| VtVec4fArray |
|
ToVtArray(List<Color>)
Declaration
public static VtVec4fArray ToVtArray(List<Color> input)
Parameters
Returns
| Type |
Description |
| VtVec4fArray |
|
ToVtArray(List<Color>, out VtVec3fArray, out VtFloatArray)
Declaration
public static void ToVtArray(List<Color> input, out VtVec3fArray rgb, out VtFloatArray alpha)
Parameters
| Type |
Name |
Description |
| List<Color> |
input |
|
| VtVec3fArray |
rgb |
|
| VtFloatArray |
alpha |
|
ToVtArray(Color[])
Declaration
public static VtVec4fArray ToVtArray(Color[] input)
Parameters
| Type |
Name |
Description |
| Color[] |
input |
|
Returns
| Type |
Description |
| VtVec4fArray |
|
ToVtArray(Color32[], out VtVec3fArray, out VtFloatArray)
Declaration
public static void ToVtArray(Color32[] input, out VtVec3fArray rgb, out VtFloatArray alpha)
Parameters
| Type |
Name |
Description |
| Color32[] |
input |
|
| VtVec3fArray |
rgb |
|
| VtFloatArray |
alpha |
|
ToVtArray(Color[], out VtVec3fArray, out VtFloatArray)
Declaration
public static void ToVtArray(Color[] input, out VtVec3fArray rgb, out VtFloatArray alpha)
Parameters
| Type |
Name |
Description |
| Color[] |
input |
|
| VtVec3fArray |
rgb |
|
| VtFloatArray |
alpha |
|
ToVtArray(Quaternion[])
Declaration
public static VtQuatfArray ToVtArray(Quaternion[] input)
Parameters
Returns
| Type |
Description |
| VtQuatfArray |
|
ToVtArray(Vector4[])
Declaration
public static VtVec4fArray ToVtArray(Vector4[] input)
Parameters
| Type |
Name |
Description |
| Vector4[] |
input |
|
Returns
| Type |
Description |
| VtVec4fArray |
|
ToVtArray(Vector3[])
Declaration
public static VtVec3fArray ToVtArray(Vector3[] input)
Parameters
| Type |
Name |
Description |
| Vector3[] |
input |
|
Returns
| Type |
Description |
| VtVec3fArray |
|
ToVtArray(Vector2[])
Declaration
public static VtVec2fArray ToVtArray(Vector2[] input)
Parameters
| Type |
Name |
Description |
| Vector2[] |
input |
|
Returns
| Type |
Description |
| VtVec2fArray |
|