C# 클래스 PlayerSpot, scriptcaster

상속: MonoBehaviour
파일 보기 프로젝트 열기: crazymeeshu/scriptcaster 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Player GameObject
facingLeft bool
moveSpeed float
spotted bool
startSight Transform
target Vector2

공개 메소드들

메소드 설명
Behaviors ( ) : void
Patrol ( ) : void
Raycasting ( ) : void
Start ( ) : void
Update ( ) : void
movement ( ) : void

메소드 상세

Behaviors() 공개 메소드

public Behaviors ( ) : void
리턴 void

Patrol() 공개 메소드

public Patrol ( ) : void
리턴 void

Raycasting() 공개 메소드

public Raycasting ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

movement() 공개 메소드

public movement ( ) : void
리턴 void

프로퍼티 상세

Player 공개적으로 프로퍼티

public GameObject Player
리턴 GameObject

facingLeft 공개적으로 프로퍼티

public bool facingLeft
리턴 bool

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

spotted 공개적으로 프로퍼티

public bool spotted
리턴 bool

startSight 공개적으로 프로퍼티

public Transform startSight
리턴 Transform

target 공개적으로 프로퍼티

public Vector2 target
리턴 Vector2