Tanoda
|
Public Member Functions | |
MethodCacheEntry (object ins, MethodInfo m) | |
override object | GetValueToCache () |
override object | GetValue () |
override object | EnterValue () |
Get object that is entered when variable name is clicked in inspector More... | |
override Type | Type () |
override bool | CanSetValue () |
override bool | CanEnterValue () |
![]() | |
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 | |
MethodInfo | MethodInfo [get] |
![]() | |
static bool | CachingEnabled [get, set] |
Definition at line 7 of file MethodCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.MethodCacheEntry | ( | object | ins, |
MethodInfo | m | ||
) |
Definition at line 9 of file MethodCacheEntry.cs.
|
virtual |
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 88 of file MethodCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 83 of file MethodCacheEntry.cs.
|
virtual |
Get object that is entered when variable name is clicked in inspector
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 50 of file MethodCacheEntry.cs.
|
virtual |
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 45 of file MethodCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 40 of file MethodCacheEntry.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 73 of file MethodCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 78 of file MethodCacheEntry.cs.
|
get |
Definition at line 35 of file MethodCacheEntry.cs.