C# 클래스 FullInspector.BackupService.fiSerializationOperator

An ISerializationOperator that uses a list for reference storage and targets fiPersistentObjects instead of regular UnityObject references.
상속: ISerializationOperator
파일 보기 프로젝트 열기: jacobdufault/fullinspector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SerializedObjects List

공개 메소드들

메소드 설명
RetrieveObjectReference ( int storageId ) : UnityEngine.Object
StoreObjectReference ( UnityEngine.Object obj ) : int

메소드 상세

RetrieveObjectReference() 공개 메소드

public RetrieveObjectReference ( int storageId ) : UnityEngine.Object
storageId int
리턴 UnityEngine.Object

StoreObjectReference() 공개 메소드

public StoreObjectReference ( UnityEngine.Object obj ) : int
obj UnityEngine.Object
리턴 int

프로퍼티 상세

SerializedObjects 공개적으로 프로퍼티

A list of objects that have been serialized.
public List SerializedObjects
리턴 List