C# Class FullInspector.Internal.fiUnityObjectReference

Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Свойство Type Description
Target UnityEngine.Object

Méthodes publiques

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

Private Methods

Méthode Description
TryRestoreFromInstanceId ( ) : void

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

fiUnityObjectReference() public méthode

public fiUnityObjectReference ( ) : System
Résultat System

fiUnityObjectReference() public méthode

public fiUnityObjectReference ( Object target, bool tryRestore ) : System
target UnityEngine.Object
tryRestore bool
Résultat System

Property Details

Target public_oe property

The actual component reference.
public Object,UnityEngine Target
Résultat UnityEngine.Object