Tanoda
|
Public Member Functions | |
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 () |
Public Attributes | |
readonly object | Object |
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 5 of file ReadonlyCacheEntry.cs.
RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.ReadonlyCacheEntry | ( | string | name, |
object | obj | ||
) |
Definition at line 11 of file ReadonlyCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 32 of file ReadonlyCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 17 of file ReadonlyCacheEntry.cs.
|
protectedvirtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 22 of file ReadonlyCacheEntry.cs.
override string RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.ToString | ( | ) |
Definition at line 37 of file ReadonlyCacheEntry.cs.
|
virtual |
Implements RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Definition at line 27 of file ReadonlyCacheEntry.cs.
readonly object RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.Object |
Definition at line 7 of file ReadonlyCacheEntry.cs.