Tanoda
|
Public Member Functions | |
ReadonlyListCacheEntry (object o, int index) | |
override string | ToString () |
![]() | |
ReadonlyCacheEntry (string name, object obj) | |
override object | GetValueToCache () |
override Type | Type () |
override bool | CanSetValue () |
override string | ToString () |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
readonly object | Object |
![]() | |
override bool | OnSetValue (object newValue) |
![]() | |
CacheEntryBase (string name) | |
abstract bool | OnSetValue (object newValue) |
![]() | |
static bool | CachingEnabled [get, set] |
Definition at line 5 of file ReadonlyListCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyListCacheEntry.ReadonlyListCacheEntry | ( | object | o, |
int | index | ||
) |
Definition at line 7 of file ReadonlyListCacheEntry.cs.
override string RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyListCacheEntry.ToString | ( | ) |
Definition at line 16 of file ReadonlyListCacheEntry.cs.