C# 클래스 andrewWolfScript

상속: MonoBehaviour
파일 보기 프로젝트 열기: Ellesent/TheCulling

공개 프로퍼티들

프로퍼티 타입 설명
isChasing bool
sideFriction float
sideJumpForce float
speed float
speedThreshold float
target GameObject

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnCollisionEnter ( ) : void
OnTriggerEnter ( ) : void
Start ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnCollisionEnter() 공개 메소드

public OnCollisionEnter ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

isChasing 공개적으로 프로퍼티

public bool isChasing
리턴 bool

sideFriction 공개적으로 프로퍼티

public float sideFriction
리턴 float

sideJumpForce 공개적으로 프로퍼티

public float sideJumpForce
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

speedThreshold 공개적으로 프로퍼티

public float speedThreshold
리턴 float

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject