C# Class MotherShipMap, WorldMaker

Inheritance: MonoBehaviour
显示文件 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_oe property

public float height
return float

planetIconPrefab public_oe property

public GameObject planetIconPrefab
return GameObject

radius public_oe property

public float radius
return float

selectedPlanetIconPrefab public_oe property

public GameObject selectedPlanetIconPrefab
return GameObject

shipIconPrefab public_oe property

public GameObject shipIconPrefab
return GameObject

targetMotherShip public_oe property

public MotherShip, targetMotherShip
return MotherShip,