C# 클래스 Prime31.CharacterController2D.CharacterCollisionState2D

파일 보기 프로젝트 열기: prime31/CharacterController2D

공개 프로퍼티들

프로퍼티 타입 설명
above bool
becameGroundedThisFrame bool
below bool
left bool
movingDownSlope bool
right bool
slopeAngle float
wasGroundedLastFrame bool

공개 메소드들

메소드 설명
ToString ( ) : string
hasCollision ( ) : bool
reset ( ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

hasCollision() 공개 메소드

public hasCollision ( ) : bool
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

above 공개적으로 프로퍼티

public bool above
리턴 bool

becameGroundedThisFrame 공개적으로 프로퍼티

public bool becameGroundedThisFrame
리턴 bool

below 공개적으로 프로퍼티

public bool below
리턴 bool

left 공개적으로 프로퍼티

public bool left
리턴 bool

movingDownSlope 공개적으로 프로퍼티

public bool movingDownSlope
리턴 bool

right 공개적으로 프로퍼티

public bool right
리턴 bool

slopeAngle 공개적으로 프로퍼티

public float slopeAngle
리턴 float

wasGroundedLastFrame 공개적으로 프로퍼티

public bool wasGroundedLastFrame
리턴 bool