C# 클래스 PossessorTrigger

상속: GameBehavior
파일 보기 프로젝트 열기: mezosaurus/eae-project

공개 프로퍼티들

프로퍼티 타입 설명
parent GameObject
possessionControls UnityEngine.Texture2D

보호된 프로퍼티들

프로퍼티 타입 설명
type AbilityType

보호된 메소드들

메소드 설명
GameUpdate ( ) : void
HandleInput ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
OnTriggerEnter2D ( Collider2D collider ) : void
OnTriggerExit2D ( Collider2D collider ) : void

메소드 상세

GameUpdate() 보호된 메소드

protected GameUpdate ( ) : void
리턴 void

HandleInput() 보호된 메소드

protected HandleInput ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

프로퍼티 상세

parent 공개적으로 프로퍼티

public GameObject parent
리턴 GameObject

possessionControls 공개적으로 프로퍼티

public Texture2D,UnityEngine possessionControls
리턴 UnityEngine.Texture2D

type 보호되어 있는 프로퍼티

protected AbilityType type
리턴 AbilityType