C# Class MiniMapScript, DemonHeart

Inheritance: Photon.PunBehaviour
ファイルを表示 Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
background UnityEngine.RectTransform
enemyDot Image
outScreenEnemyDot Image
player Player,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
GetDistanceOf ( Vector3 p1, Vector3 p2 ) : float

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

background public_oe property

public RectTransform,UnityEngine background
return UnityEngine.RectTransform

enemyDot public_oe property

public Image enemyDot
return Image

outScreenEnemyDot public_oe property

public Image outScreenEnemyDot
return Image

player public_oe property

public Player, player
return Player,