Struct MemoryCleaner.Proxy
Namespace: UnityEngine.Reflect
Syntax
public struct Proxy
Constructors
Proxy(MemoryCleaner)
Declaration
public Proxy(MemoryCleaner instance)
Parameters
Type | Name | Description |
---|---|---|
MemoryCleaner | instance |
Properties
memoryLevel
Declaration
public MemoryLevel memoryLevel { get; }
Property Value
Type | Description |
---|---|
MemoryLevel |
Methods
RemoveMaxMemory()
Declaration
public void RemoveMaxMemory()
SetMaxMemory(Int64)
Declaration
public void SetMaxMemory(long maxMemorySize)
Parameters
Type | Name | Description |
---|---|---|
Int64 | maxMemorySize |