C# 클래스 EveryplayInGameFaceCam, swip3

상속: MonoBehaviour
파일 보기 프로젝트 열기: unit9/swip3

공개 프로퍼티들

프로퍼티 타입 설명
targetMaterial Material
textureFormat TextureFormat
textureSideWidth int
textureWrapMode TextureWrapMode

공개 메소드들

메소드 설명
Awake ( ) : void
OnDestroy ( ) : void
OnSessionStart ( ) : void
OnSessionStop ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnSessionStart() 공개 메소드

public OnSessionStart ( ) : void
리턴 void

OnSessionStop() 공개 메소드

public OnSessionStop ( ) : void
리턴 void

프로퍼티 상세

targetMaterial 공개적으로 프로퍼티

public Material targetMaterial
리턴 Material

textureFormat 공개적으로 프로퍼티

public TextureFormat textureFormat
리턴 TextureFormat

textureSideWidth 공개적으로 프로퍼티

public int textureSideWidth
리턴 int

textureWrapMode 공개적으로 프로퍼티

public TextureWrapMode textureWrapMode
리턴 TextureWrapMode