C# 클래스 KeyHole, Team4BabelGame

상속: MonoBehaviour, IInteractable
파일 보기 프로젝트 열기: veselin-/Team4BabelGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InteractPositionObject GameObject
_hasBeenPulled bool

공개 메소드들

메소드 설명
CanThisBeInteractedWith ( GameObject pickup ) : bool
HasBeenActivated ( ) : bool
Interact ( GameObject pickup ) : GameObject
InteractPosition ( Vector3 ai ) : Vector3
Start ( ) : void

메소드 상세

CanThisBeInteractedWith() 공개 메소드

public CanThisBeInteractedWith ( GameObject pickup ) : bool
pickup GameObject
리턴 bool

HasBeenActivated() 공개 메소드

public HasBeenActivated ( ) : bool
리턴 bool

Interact() 공개 메소드

public Interact ( GameObject pickup ) : GameObject
pickup GameObject
리턴 GameObject

InteractPosition() 공개 메소드

public InteractPosition ( Vector3 ai ) : Vector3
ai Vector3
리턴 Vector3

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

InteractPositionObject 공개적으로 프로퍼티

public GameObject InteractPositionObject
리턴 GameObject

_hasBeenPulled 공개적으로 프로퍼티

public bool _hasBeenPulled
리턴 bool