C# 클래스 PlayerScope, Unity3D

상속: MonoBehaviour
파일 보기 프로젝트 열기: k-lock/Unity3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gunDirection Transform
gunPos Transform
maxWidth float
minWidth float
noiseSize float
pointer GameObject
pulseSpeed float
scrollSpeed float

공개 메소드들

메소드 설명
DrawLaserScope ( ) : void
Start ( ) : void
Update ( ) : void
UserInput ( ) : void

비공개 메소드들

메소드 설명
RayHiter ( ) : RaycastHit

메소드 상세

DrawLaserScope() 공개 메소드

public DrawLaserScope ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UserInput() 공개 메소드

public UserInput ( ) : void
리턴 void

프로퍼티 상세

gunDirection 공개적으로 프로퍼티

public Transform gunDirection
리턴 Transform

gunPos 공개적으로 프로퍼티

public Transform gunPos
리턴 Transform

maxWidth 공개적으로 프로퍼티

public float maxWidth
리턴 float

minWidth 공개적으로 프로퍼티

public float minWidth
리턴 float

noiseSize 공개적으로 프로퍼티

public float noiseSize
리턴 float

pointer 공개적으로 프로퍼티

public GameObject pointer
리턴 GameObject

pulseSpeed 공개적으로 프로퍼티

public float pulseSpeed
리턴 float

scrollSpeed 공개적으로 프로퍼티

public float scrollSpeed
리턴 float