C# Class PowerEditor, BattleShipV2

Inheritance: MonoBehaviour
ファイルを表示 Open project: GameMakersUnion/BattleShipV2

Public Properties

Property Type Description
lineMaterial Material
powerLines List
sources HashSet
start PowerSource,

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
MakeLineRenderer ( PowerSource, powerSource, Equipment, connectedEquipment ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lineMaterial public_oe property

public Material lineMaterial
return Material

powerLines public_oe property

public List powerLines
return List

sources public_oe property

public HashSet sources
return HashSet

start public_oe property

public PowerSource, start
return PowerSource,