C# Class MotherShipMap, WorldMaker

Inheritance: MonoBehaviour
Show file Open project: SvenFrankson/WorldMaker

Public Properties

Property Type Description
height float
planetIconPrefab GameObject
radius float
selectedPlanetIconPrefab GameObject
shipIconPrefab GameObject
targetMotherShip MotherShip,

Private Properties

Property Type Description

Public Methods

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

Method Details

InstantiateIcons() public method

public InstantiateIcons ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

height public property

public float height
return float

planetIconPrefab public property

public GameObject planetIconPrefab
return GameObject

radius public property

public float radius
return float

selectedPlanetIconPrefab public property

public GameObject selectedPlanetIconPrefab
return GameObject

shipIconPrefab public property

public GameObject shipIconPrefab
return GameObject

targetMotherShip public property

public MotherShip, targetMotherShip
return MotherShip,