C# 클래스 InteractPlayer, Unity_tools

상속: MonoBehaviour
파일 보기 프로젝트 열기: kennyist/Unity_tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
castDistance float
layerMask LayerMask
rayStartLocation Transform

공개 메소드들

메소드 설명
Change ( bool b, GameObject g ) : void
Update ( ) : void

메소드 상세

Change() 공개 메소드

public Change ( bool b, GameObject g ) : void
b bool
g GameObject
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

castDistance 공개적으로 프로퍼티

public float castDistance
리턴 float

layerMask 공개적으로 프로퍼티

public LayerMask layerMask
리턴 LayerMask

rayStartLocation 공개적으로 프로퍼티

public Transform rayStartLocation
리턴 Transform