Tanoda
|
Public Member Functions | |
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 () |
Definition at line 5 of file ICacheEntry.cs.
bool RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.CanEnterValue | ( | ) |
bool RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.CanSetValue | ( | ) |
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, RuntimeUnityEditor.Core.Inspector.Entries.FieldCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.PropertyCacheEntry, and RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.
object RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.EnterValue | ( | ) |
Get object that is entered when variable name is clicked in inspector
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, and RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.
object RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.GetValue | ( | ) |
string RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.Name | ( | ) |
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
void RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.SetValue | ( | object | newValue | ) |
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.
Type RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.Type | ( | ) |
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, RuntimeUnityEditor.Core.Inspector.Entries.CallbackCacheEntry< T >, RuntimeUnityEditor.Core.Inspector.Entries.FieldCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry, RuntimeUnityEditor.Core.Inspector.Entries.PropertyCacheEntry, and RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.
string RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry.TypeName | ( | ) |
Implemented in RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.