C# Class FullInspector.Internal.fiUnityObjectReference

Datei anzeigen Open project: jacobdufault/fullinspector Class Usage Examples

Public Properties

Property Type Description
Target UnityEngine.Object

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
fiUnityObjectReference ( ) : System
fiUnityObjectReference ( Object target, bool tryRestore ) : System

Private Methods

Method Description
TryRestoreFromInstanceId ( ) : void

Restores the object (if fake null) to an actual object instance via its instance id.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

fiUnityObjectReference() public method

public fiUnityObjectReference ( ) : System
return System

fiUnityObjectReference() public method

public fiUnityObjectReference ( Object target, bool tryRestore ) : System
target UnityEngine.Object
tryRestore bool
return System

Property Details

Target public_oe property

The actual component reference.
public Object,UnityEngine Target
return UnityEngine.Object