C# 클래스 FullInspector.Internal.fiUnityObjectReference

파일 보기 프로젝트 열기: jacobdufault/fullinspector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Target UnityEngine.Object

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
fiUnityObjectReference ( ) : System
fiUnityObjectReference ( Object target, bool tryRestore ) : System

비공개 메소드들

메소드 설명
TryRestoreFromInstanceId ( ) : void

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

fiUnityObjectReference() 공개 메소드

public fiUnityObjectReference ( ) : System
리턴 System

fiUnityObjectReference() 공개 메소드

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

프로퍼티 상세

Target 공개적으로 프로퍼티

The actual component reference.
public Object,UnityEngine Target
리턴 UnityEngine.Object