UnityEngine.GUIText.Internal_GetPixelOffset C# (CSharp) Метод

Internal_GetPixelOffset() приватный Метод

private Internal_GetPixelOffset ( Vector2 &output ) : void
output Vector2
Результат void
        private extern void Internal_GetPixelOffset(out Vector2 output);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]