C# 클래스 CollisionSphere, SuperCharacterController

파일 보기 프로젝트 열기: IronWarrior/SuperCharacterController 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isFeet bool
isHead bool
offset float

공개 메소드들

메소드 설명
CollisionSphere ( float offset, bool isFeet, bool isHead ) : System

메소드 상세

CollisionSphere() 공개 메소드

public CollisionSphere ( float offset, bool isFeet, bool isHead ) : System
offset float
isFeet bool
isHead bool
리턴 System

프로퍼티 상세

isFeet 공개적으로 프로퍼티

public bool isFeet
리턴 bool

isHead 공개적으로 프로퍼티

public bool isHead
리턴 bool

offset 공개적으로 프로퍼티

public float offset
리턴 float