C# 클래스 Radar, Enclave

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

공개 프로퍼티들

프로퍼티 타입 설명
blip Texture
centerObject Transform
mapCenter Vector2
mapScale float
maxDist float
radarBG Texture
tagFilter string

공개 메소드들

메소드 설명
OnGUI ( ) : void

비공개 메소드들

메소드 설명
DrawBlipsFor ( string tagName ) : void
drawBlip ( GameObject go, Texture aTexture ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

blip 공개적으로 프로퍼티

public Texture blip
리턴 Texture

centerObject 공개적으로 프로퍼티

public Transform centerObject
리턴 Transform

mapCenter 공개적으로 프로퍼티

public Vector2 mapCenter
리턴 Vector2

mapScale 공개적으로 프로퍼티

public float mapScale
리턴 float

maxDist 공개적으로 프로퍼티

public float maxDist
리턴 float

radarBG 공개적으로 프로퍼티

public Texture radarBG
리턴 Texture

tagFilter 공개적으로 프로퍼티

public string tagFilter
리턴 string