C# Class PowerEditor, BattleShipV2

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/BattleShipV2

Méthodes publiques

Свойство Type Description
lineMaterial Material
powerLines List
sources HashSet
start PowerSource,

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
MakeLineRenderer ( PowerSource, powerSource, Equipment, connectedEquipment ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

lineMaterial public_oe property

public Material lineMaterial
Résultat Material

powerLines public_oe property

public List powerLines
Résultat List

sources public_oe property

public HashSet sources
Résultat HashSet

start public_oe property

public PowerSource, start
Résultat PowerSource,