UnityEngine.NavMeshObstacle.INTERNAL_get_velocity C# (CSharp) Method

INTERNAL_get_velocity() private method

private INTERNAL_get_velocity ( Vector3 &value ) : void
value Vector3
return void
        private extern void INTERNAL_get_velocity(out Vector3 value);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]