Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RaycastController
C# 클래스 RaycastController, DreamCatcher
상속:
MonoBehaviour
파일 보기
프로젝트 열기: themechanicalturk/DreamCatcher
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
collisionMask
LayerMask
horizontalRayCount
int
raycastOrigins
RaycastOrigins
verticalRayCount
int
공개 메소드들
메소드
설명
Awake
( ) :
void
CalculateRaySpacing
( ) :
void
Start
( ) :
void
UpdateRaycastOrigins
( ) :
void
메소드 상세
Awake()
공개
메소드
public
Awake
( ) :
void
리턴
void
CalculateRaySpacing()
공개
메소드
public
CalculateRaySpacing
( ) :
void
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
UpdateRaycastOrigins()
공개
메소드
public
UpdateRaycastOrigins
( ) :
void
리턴
void
프로퍼티 상세
collisionMask
공개적으로 프로퍼티
public
LayerMask
collisionMask
리턴
LayerMask
horizontalRayCount
공개적으로 프로퍼티
public
int
horizontalRayCount
리턴
int
raycastOrigins
공개적으로 프로퍼티
public
RaycastOrigins
raycastOrigins
리턴
RaycastOrigins
verticalRayCount
공개적으로 프로퍼티
public
int
verticalRayCount
리턴
int