C# Class App.UnitSprite, plausible-deniability

Show file Open project: ad510/plausible-deniability

Public Properties

Property Type Description
healthBarBack GameObject
healthBarFore GameObject
laser UnityEngine.LineRenderer
pathLine UnityEngine.LineRenderer
player Player,
preview GameObject
sprite GameObject
type UnitType,

Public Methods

Method Description
UnitSprite ( GameObject quadPrefab ) : System
dispose ( ) : void

Method Details

UnitSprite() public method

public UnitSprite ( GameObject quadPrefab ) : System
quadPrefab GameObject
return System

dispose() public method

public dispose ( ) : void
return void

Property Details

healthBarBack public property

public GameObject healthBarBack
return GameObject

healthBarFore public property

public GameObject healthBarFore
return GameObject

laser public property

public LineRenderer,UnityEngine laser
return UnityEngine.LineRenderer

pathLine public property

public LineRenderer,UnityEngine pathLine
return UnityEngine.LineRenderer

player public property

public Player, player
return Player,

preview public property

public GameObject preview
return GameObject

sprite public property

public GameObject sprite
return GameObject

type public property

public UnitType, type
return UnitType,