Tanoda
RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry Class Reference
Inheritance diagram for RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry:
RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase RuntimeUnityEditor.Core.Inspector.Entries.ICacheEntry

Public Member Functions

 ListCacheEntry (IList container, int index)
 
override object GetValueToCache ()
 
override Type Type ()
 
override bool CanSetValue ()
 
- Public Member Functions inherited from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase
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)
 
- Protected Member Functions inherited from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase
 CacheEntryBase (string name)
 
abstract bool OnSetValue (object newValue)
 

Additional Inherited Members

- Properties inherited from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase
static bool CachingEnabled [get, set]
 

Detailed Description

Definition at line 6 of file ListCacheEntry.cs.

Constructor & Destructor Documentation

◆ ListCacheEntry()

RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.ListCacheEntry ( IList  container,
int  index 
)

Definition at line 12 of file ListCacheEntry.cs.

Member Function Documentation

◆ CanSetValue()

override bool RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.CanSetValue ( )
virtual

◆ GetValueToCache()

override object RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.GetValueToCache ( )
virtual

◆ OnSetValue()

override bool RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.OnSetValue ( object  newValue)
protectedvirtual

◆ Type()

override Type RuntimeUnityEditor.Core.Inspector.Entries.ListCacheEntry.Type ( )
virtual

The documentation for this class was generated from the following file: