C# Class App.UnitSprite, plausible-deniability

Datei anzeigen 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_oe property

public GameObject healthBarBack
return GameObject

healthBarFore public_oe property

public GameObject healthBarFore
return GameObject

laser public_oe property

public LineRenderer,UnityEngine laser
return UnityEngine.LineRenderer

pathLine public_oe property

public LineRenderer,UnityEngine pathLine
return UnityEngine.LineRenderer

player public_oe property

public Player, player
return Player,

preview public_oe property

public GameObject preview
return GameObject

sprite public_oe property

public GameObject sprite
return GameObject

type public_oe property

public UnitType, type
return UnitType,