API ReferenceSandbox
public sealed class Sandbox.SkipHotloadAttribute : System.Attribute
Skip processing a specific field, or any fields in a type marked by this attribute. Field processing will still occur if a type marked by this attribute was defined in a swapped assembly.
Note
This is nice for speeding up hotloading, particularly when used on types with lots of fields, or on fields that are the only path to large networks of objects that all don't need replacing during the hotload.
Constructors
Showing 1 constructors
public SkipHotloadAttribute()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.SkipHotloadAttribute |