C# 클래스 UnityEngine.SendMouseEvents.HitInfo

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
camera Camera
target GameObject

공개 메소드들

메소드 설명
Compare ( SendMouseEvents lhs, SendMouseEvents rhs ) : bool
SendMessage ( string name ) : void

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( SendMouseEvents lhs, SendMouseEvents rhs ) : bool
lhs SendMouseEvents
rhs SendMouseEvents
리턴 bool

SendMessage() 공개 메소드

public SendMessage ( string name ) : void
name string
리턴 void

프로퍼티 상세

camera 공개적으로 프로퍼티

public Camera,UnityEngine camera
리턴 Camera

target 공개적으로 프로퍼티

public GameObject,UnityEngine target
리턴 GameObject