◆ GetLocalPositionAndRotationData()

static float [] EdgeMultiplay.Util.GetLocalPositionAndRotationData ( Transform  transformComponent)
static

Extracts local position and local rotation euler's angles as float array [6] from a transform component

Parameters
transformComponentTransform Component
Returns
float array of size 6 containing transform.localPosition data[3] and transform.localRotation.eulerAngles[3] data respectively