API ReferenceFacepunch.ActionGraphs
ActionGraphCacheclass
Used to re-use `Facepunch.ActionGraphs.ActionGraph` instances when deserializing.
object→ActionGraphCache
Constructors1
Showing 1 constructors
public ActionGraphCache()
No results match this filter.
Methods4
Showing 4 methods
public virtual sealed void Add(System.Guid guid, Facepunch.ActionGraphs.ActionGraph graph)
| Parameter | Type | Description |
|---|---|---|
| guid | Guid | — |
| graph | ActionGraph | — |
Returns:
void—public void Clear()
Returns:
void—public bool Remove(System.Guid guid)
| Parameter | Type | Description |
|---|---|---|
| guid | Guid | — |
Returns:
bool—public virtual sealed bool TryGetValue(System.Guid guid, Facepunch.ActionGraphs.ActionGraph graph)
| Parameter | Type | Description |
|---|---|---|
| guid | Guid | — |
| graph | ActionGraph | — |
Returns:
bool—No results match this filter.
Properties1
Showing 1 properties
public virtual sealed System.Collections.Generic.IEnumerable`1<System.Guid> Facepunch.ActionGraphs.ActionGraphCache.Guids { get; set; }
Returns:
IEnumerable<Guid>—No results match this filter.