Struct HelperContainer.Proxy
Namespace: UnityEngine.Reflect
Syntax
public struct Proxy
Constructors
Proxy(HelperContainer)
Declaration
public Proxy(HelperContainer container)
Parameters
Type | Name | Description |
---|---|---|
HelperContainer | container |
Properties
clock
Declaration
public Clock.Proxy clock { get; }
Property Value
Type | Description |
---|---|
Clock.Proxy |
memoryStats
Declaration
public MemoryStats.Proxy memoryStats { get; }
Property Value
Type | Description |
---|---|
MemoryStats.Proxy |
unityStatic
Declaration
public UnityStatic unityStatic { get; }
Property Value
Type | Description |
---|---|
UnityStatic |