C# 클래스 InputToEvent, PaperCowboys

Utility component to forward mouse or touch input to clicked gameobjects. Calls OnPress, OnClick and OnRelease methods on "first" game object.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Gamieon/PaperCowboys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DetectPointedAtGameObject bool
inputHitPos Vector3

비공개 메소드들

메소드 설명
Press ( Vector2 screenPos ) : void
RaycastObject ( Vector2 screenPos ) : GameObject
Release ( Vector2 screenPos ) : void
Update ( ) : void

프로퍼티 상세

DetectPointedAtGameObject 공개적으로 프로퍼티

public bool DetectPointedAtGameObject
리턴 bool

inputHitPos 공개적으로 정적으로 프로퍼티

public static Vector3 inputHitPos
리턴 Vector3