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

Public Member Functions

 MethodCacheEntry (object ins, MethodInfo m)
 
override object GetValueToCache ()
 
override object GetValue ()
 
override object EnterValue ()
 Get object that is entered when variable name is clicked in inspector More...
 
override Type Type ()
 
override bool CanSetValue ()
 
override bool CanEnterValue ()
 
- 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

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

Detailed Description

Definition at line 7 of file MethodCacheEntry.cs.

Constructor & Destructor Documentation

◆ MethodCacheEntry()

RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.MethodCacheEntry ( object  ins,
MethodInfo  m 
)

Definition at line 9 of file MethodCacheEntry.cs.

Member Function Documentation

◆ CanEnterValue()

override bool RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.CanEnterValue ( )
virtual

Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.

Definition at line 88 of file MethodCacheEntry.cs.

◆ CanSetValue()

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

◆ EnterValue()

override object RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.EnterValue ( )
virtual

Get object that is entered when variable name is clicked in inspector

Returns

Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.

Definition at line 50 of file MethodCacheEntry.cs.

◆ GetValue()

override object RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.GetValue ( )
virtual

Reimplemented from RuntimeUnityEditor.Core.Inspector.Entries.CacheEntryBase.

Definition at line 45 of file MethodCacheEntry.cs.

◆ GetValueToCache()

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

◆ OnSetValue()

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

◆ Type()

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

Property Documentation

◆ MethodInfo

MethodInfo RuntimeUnityEditor.Core.Inspector.Entries.MethodCacheEntry.MethodInfo
get

Definition at line 35 of file MethodCacheEntry.cs.


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