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

Public Member Functions

 PropertyCacheEntry (object ins, PropertyInfo p)
 
 PropertyCacheEntry (object ins, PropertyInfo p, ICacheEntry parent)
 
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)
 

Properties

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

Detailed Description

Definition at line 6 of file PropertyCacheEntry.cs.

Constructor & Destructor Documentation

◆ PropertyCacheEntry() [1/2]

RuntimeUnityEditor.Core.Inspector.Entries.PropertyCacheEntry.PropertyCacheEntry ( object  ins,
PropertyInfo  p 
)

Definition at line 8 of file PropertyCacheEntry.cs.

◆ PropertyCacheEntry() [2/2]

RuntimeUnityEditor.Core.Inspector.Entries.PropertyCacheEntry.PropertyCacheEntry ( object  ins,
PropertyInfo  p,
ICacheEntry  parent 
)

Definition at line 9 of file PropertyCacheEntry.cs.

Member Function Documentation

◆ CanSetValue()

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

◆ GetValueToCache()

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

◆ OnSetValue()

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

◆ Type()

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

Property Documentation

◆ PropertyInfo

PropertyInfo RuntimeUnityEditor.Core.Inspector.Entries.PropertyCacheEntry.PropertyInfo
get

Definition at line 19 of file PropertyCacheEntry.cs.


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