Tanoda
|
Public Member Functions | |
FieldCacheEntry (object ins, FieldInfo f) | |
FieldCacheEntry (object ins, FieldInfo f, ICacheEntry parent) | |
override object | GetValueToCache () |
override Type | Type () |
override bool | CanSetValue () |
![]() | |
virtual object | EnterValue () |
Get object that is entered when variable name is clicked in inspector More... | |
abstract object | GetValueToCache () |
virtual object | GetValue () |
void | SetValue (object newValue) |
abstract Type | Type () |
abstract bool | CanSetValue () |
string | Name () |
string | TypeName () |
virtual bool | CanEnterValue () |
string | Name () |
string | TypeName () |
object | EnterValue () |
Get object that is entered when variable name is clicked in inspector More... | |
object | GetValue () |
void | SetValue (object newValue) |
Type | Type () |
bool | CanSetValue () |
bool | CanEnterValue () |
Protected Member Functions | |
override bool | OnSetValue (object newValue) |
![]() | |
CacheEntryBase (string name) | |
abstract bool | OnSetValue (object newValue) |
Properties | |
FieldInfo | FieldInfo [get] |
![]() | |
static bool | CachingEnabled [get, set] |
Definition at line 6 of file FieldCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.FieldCacheEntry.FieldCacheEntry | ( | object | ins, |
FieldInfo | f | ||
) |
Definition at line 8 of file FieldCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.FieldCacheEntry.FieldCacheEntry | ( | object | ins, |
FieldInfo | f, | ||
ICacheEntry | parent | ||
) |
Definition at line 9 of file FieldCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 54 of file FieldCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 32 of file FieldCacheEntry.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 37 of file FieldCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 49 of file FieldCacheEntry.cs.
|
get |
Definition at line 28 of file FieldCacheEntry.cs.