C# 클래스 Sol.InteractibleObject

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
interactible bool
objectName string
silhouetteInteractible UnityEngine.GameObject
silhouetteSeen UnityEngine.GameObject
soundControls SoundControls

보호된 프로퍼티들

프로퍼티 타입 설명
playerStats PlayerStats

공개 메소드들

메소드 설명
HoverEnterInteractible ( ) : void
HoverEnterSeen ( ) : void
HoverExitInteractible ( ) : void
HoverExitSeen ( ) : void
Interact ( ) : void

보호된 메소드들

메소드 설명
DelayedInteract ( float delay = 1f ) : IEnumerator

메소드 상세

DelayedInteract() 보호된 메소드

protected DelayedInteract ( float delay = 1f ) : IEnumerator
delay float
리턴 IEnumerator

HoverEnterInteractible() 공개 메소드

public HoverEnterInteractible ( ) : void
리턴 void

HoverEnterSeen() 공개 메소드

public HoverEnterSeen ( ) : void
리턴 void

HoverExitInteractible() 공개 메소드

public HoverExitInteractible ( ) : void
리턴 void

HoverExitSeen() 공개 메소드

public HoverExitSeen ( ) : void
리턴 void

Interact() 공개 메소드

public Interact ( ) : void
리턴 void

프로퍼티 상세

interactible 공개적으로 프로퍼티

public bool interactible
리턴 bool

objectName 공개적으로 프로퍼티

public string objectName
리턴 string

playerStats 보호되어 있는 프로퍼티

protected PlayerStats,Sol playerStats
리턴 PlayerStats

silhouetteInteractible 공개적으로 프로퍼티

public GameObject,UnityEngine silhouetteInteractible
리턴 UnityEngine.GameObject

silhouetteSeen 공개적으로 프로퍼티

public GameObject,UnityEngine silhouetteSeen
리턴 UnityEngine.GameObject

soundControls 공개적으로 프로퍼티

public SoundControls,Sol soundControls
리턴 SoundControls