C# 클래스 PlayerPhysics.CollisionInfo, 306_project2

파일 보기 프로젝트 열기: ElliotWhiley/306_project2

공개 프로퍼티들

프로퍼티 타입 설명
above bool
climbingSlope bool
descendingSlope bool
left bool
slopeAngle float
velocityOld Vector3

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

above 공개적으로 프로퍼티

public bool above
리턴 bool

climbingSlope 공개적으로 프로퍼티

public bool climbingSlope
리턴 bool

descendingSlope 공개적으로 프로퍼티

public bool descendingSlope
리턴 bool

left 공개적으로 프로퍼티

public bool left
리턴 bool

slopeAngle 공개적으로 프로퍼티

public float slopeAngle
리턴 float

velocityOld 공개적으로 프로퍼티

public Vector3 velocityOld
리턴 Vector3