Tanoda
|
Public Member Functions | |
ListCacheEntry (IList container, int index) | |
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) |
Additional Inherited Members | |
![]() | |
static bool | CachingEnabled [get, set] |
Definition at line 6 of file ListCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.ListCacheEntry | ( | IList | container, |
int | index | ||
) |
Definition at line 12 of file ListCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 40 of file ListCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 18 of file ListCacheEntry.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 23 of file ListCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 35 of file ListCacheEntry.cs.