MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToArray

Method ToArray

Source/Engine/Core/Math/Int3.cs:207–210  ·  view source on GitHub ↗

Creates an array containing the elements of the vector. A three-element array containing the components of the vector.

()

Source from the content-addressed store, hash-verified

205 /// </summary>
206 /// <returns>A three-element array containing the components of the vector.</returns>
207 public int[] ToArray()
208 {
209 return new[] { X, Y, Z };
210 }
211
212 /// <summary>
213 /// Adds two vectors.

Callers 15

DrawSceneDepthMethod · 0.45
DrawActorsMethod · 0.45
TestTagsMethod · 0.45
TestArchetypesMethod · 0.45
LoadMeshMethod · 0.45
LoadBufferMethod · 0.45
ReverseMethod · 0.45
GetAssembliesMethod · 0.45
SetTextMethod · 0.45
MarshalKeyframesMethod · 0.45
LinearCurveMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestTagsMethod · 0.36
TestArchetypesMethod · 0.36