UnityEngine.ConstantForce2D.INTERNAL_get_force C# (CSharp) Method

INTERNAL_get_force() private method

private INTERNAL_get_force ( Vector2 &value ) : void
value Vector2
return void
        private extern void INTERNAL_get_force(out Vector2 value);
        [MethodImpl(MethodImplOptions.InternalCall)]