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

Public Member Functions

 ReadonlyListCacheEntry (object o, int index)
 
override string ToString ()
 
- Public Member Functions inherited from RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry
 ReadonlyCacheEntry (string name, object obj)
 
override object GetValueToCache ()
 
override Type Type ()
 
override bool CanSetValue ()
 
override string ToString ()
 
- 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 ()
 

Additional Inherited Members

- Public Attributes inherited from RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry
readonly object Object
 
- Protected Member Functions inherited from RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry
override bool OnSetValue (object newValue)
 
- Protected Member Functions inherited from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase
 CacheEntryBase (string name)
 
abstract bool OnSetValue (object newValue)
 
- Properties inherited from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase
static bool CachingEnabled [get, set]
 

Detailed Description

Definition at line 5 of file ReadonlyListCacheEntry.cs.

Constructor & Destructor Documentation

◆ ReadonlyListCacheEntry()

RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyListCacheEntry.ReadonlyListCacheEntry ( object  o,
int  index 
)

Definition at line 7 of file ReadonlyListCacheEntry.cs.

Member Function Documentation

◆ ToString()

override string RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyListCacheEntry.ToString ( )

Definition at line 16 of file ReadonlyListCacheEntry.cs.


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