C# 클래스 TextSceneTempCreator, UnityTextScene

Class that saves and loads a binary temp file for the TextScene system. It delays each operation by a set amount of frames because it seems to make the operation a lot more stable :S
파일 보기 프로젝트 열기: terravision/UnityTextScene 1 사용 예제들

공개 메소드들

메소드 설명
InvokeCallback ( ) : void
TextSceneTempCreator ( string scene, TextSceneDeserializer, callback ) : System
Update ( ) : Status,

메소드 상세

InvokeCallback() 공개 메소드

public InvokeCallback ( ) : void
리턴 void

TextSceneTempCreator() 공개 메소드

public TextSceneTempCreator ( string scene, TextSceneDeserializer, callback ) : System
scene string
callback TextSceneDeserializer,
리턴 System

Update() 공개 메소드

public Update ( ) : Status,
리턴 Status,