C# 클래스 CustomController.GroundHit, SuperCharacterController

파일 보기 프로젝트 열기: IronWarrior/SuperCharacterController

공개 프로퍼티들

프로퍼티 타입 설명
distance float
isValid bool
normal Vector3
point Vector3

공개 메소드들

메소드 설명
SetGround ( Vector3 point, Vector3 normal, float distance, bool isValid ) : void

메소드 상세

SetGround() 공개 메소드

public SetGround ( Vector3 point, Vector3 normal, float distance, bool isValid ) : void
point Vector3
normal Vector3
distance float
isValid bool
리턴 void

프로퍼티 상세

distance 공개적으로 프로퍼티

public float distance
리턴 float

isValid 공개적으로 프로퍼티

public bool isValid
리턴 bool

normal 공개적으로 프로퍼티

public Vector3 normal
리턴 Vector3

point 공개적으로 프로퍼티

public Vector3 point
리턴 Vector3