C# 클래스 ObjectiveBriefcase, Unity_tools

상속: MonoBehaviour
파일 보기 프로젝트 열기: kennyist/Unity_tools

공개 프로퍼티들

프로퍼티 타입 설명
barTexture UnityEngine.Texture2D
bgTexture UnityEngine.Texture2D

공개 메소드들

메소드 설명
Awake ( ) : void
HitEvent ( bool hit, GameObject g ) : void
InteractableComplete ( ) : void
OnGUI ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

HitEvent() 공개 메소드

public HitEvent ( bool hit, GameObject g ) : void
hit bool
g GameObject
리턴 void

InteractableComplete() 공개 메소드

public InteractableComplete ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

barTexture 공개적으로 프로퍼티

A basic example script, using the interaction script to create a "Steal the briefcase" interation object
public Texture2D,UnityEngine barTexture
리턴 UnityEngine.Texture2D

bgTexture 공개적으로 프로퍼티

public Texture2D,UnityEngine bgTexture
리턴 UnityEngine.Texture2D