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

Public Member Functions

 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 ()
 

Public Attributes

readonly object Object
 

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 5 of file ReadonlyCacheEntry.cs.

Constructor & Destructor Documentation

◆ ReadonlyCacheEntry()

RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.ReadonlyCacheEntry ( string  name,
object  obj 
)

Definition at line 11 of file ReadonlyCacheEntry.cs.

Member Function Documentation

◆ CanSetValue()

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

◆ GetValueToCache()

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

◆ OnSetValue()

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

◆ ToString()

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

Definition at line 37 of file ReadonlyCacheEntry.cs.

◆ Type()

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

Member Data Documentation

◆ Object

readonly object RuntimeUnityEditor.Core.Inspector.Entries.ReadonlyCacheEntry.Object

Definition at line 7 of file ReadonlyCacheEntry.cs.


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