C# 클래스 Minimap, tf_client

상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frustumOverlayColor Color
maxTextureWidth int
texture Texture2D

공개 메소드들

메소드 설명
Download ( ) : IEnumerator

Download this instance.

Draw ( ) : void

Draw the specified parent.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

Minimap ( ) : UnityEngine

Initializes a new instance of the Minimap class.

비공개 메소드들

메소드 설명
CamCoordToGLVert ( Vector3 v ) : Vector3

Convert a coordinate to a GL vertex for drawing frustum.

메소드 상세

Download() 공개 메소드

Download this instance.
public Download ( ) : IEnumerator
리턴 IEnumerator

Draw() 공개 메소드

Draw the specified parent.
public Draw ( ) : void
리턴 void

IsMouseOver() 공개 메소드

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
리턴 bool

Minimap() 공개 메소드

Initializes a new instance of the Minimap class.
public Minimap ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

frustumOverlayColor 공개적으로 프로퍼티

The color of the minimap frustum.
public Color frustumOverlayColor
리턴 Color

maxTextureWidth 공개적으로 프로퍼티

The maximum width of the texture.
public int maxTextureWidth
리턴 int

texture 공개적으로 프로퍼티

The texture.
public Texture2D texture
리턴 Texture2D