class SkipHotloadAttribute
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.
Remarks: 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.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public SkipHotloadAttribute( )
😔 No documentation found.