Tanoda
|
Public Member Functions | |
CallbackCacheEntry (string name, string message, Action callback) | |
override object | GetValueToCache () |
override bool | CanEnterValue () |
override object | EnterValue () |
Get object that is entered when variable name is clicked in inspector More... | |
override Type | Type () |
override bool | CanSetValue () |
CallbackCacheEntry (string name, string message, Func< T > callback) | |
override object | GetValueToCache () |
override bool | CanEnterValue () |
override object | EnterValue () |
Get object that is entered when variable name is clicked in inspector More... | |
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) |
override bool | OnSetValue (object newValue) |
![]() | |
CacheEntryBase (string name) | |
abstract bool | OnSetValue (object newValue) |
Additional Inherited Members | |
![]() | |
static bool | CachingEnabled [get, set] |
Definition at line 62 of file CallbackCacheEntey.cs.
RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >.CallbackCacheEntry | ( | string | name, |
string | message, | ||
Action | callback | ||
) |
Definition at line 10 of file CallbackCacheEntey.cs.
RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >.CallbackCacheEntry | ( | string | name, |
string | message, | ||
Func< T > | callback | ||
) |
Definition at line 67 of file CallbackCacheEntey.cs.
|
virtual |
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 28 of file CallbackCacheEntey.cs.
|
virtual |
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 85 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 56 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 105 of file CallbackCacheEntey.cs.
|
virtual |
Get object that is entered when variable name is clicked in inspector
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 33 of file CallbackCacheEntey.cs.
|
virtual |
Get object that is entered when variable name is clicked in inspector
Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 90 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 23 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 80 of file CallbackCacheEntey.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 46 of file CallbackCacheEntey.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 95 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 51 of file CallbackCacheEntey.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 100 of file CallbackCacheEntey.cs.