Versions with this page:
Versions without this page:
Returns the size of the mono heap.
This is the reserved system memory that Mono is using for allocations.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { }