C# Class MiniMapScript, DemonHeart

Inheritance: Photon.PunBehaviour
Show file 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 property

public RectTransform,UnityEngine background
return UnityEngine.RectTransform

enemyDot public property

public Image enemyDot
return Image

outScreenEnemyDot public property

public Image outScreenEnemyDot
return Image

player public property

public Player, player
return Player,