Свойство | Тип | Описание | |
---|---|---|---|
SPPerRepair | int | ||
cost | int | ||
costPerRepair | int | ||
initialSP | int | ||
materials | string[] | ||
maxSP | int | ||
mtype | string | ||
sectionEffect | SectionEffect, | ||
texture | Texture | ||
weight | double |
Метод | Описание | |
---|---|---|
GetCost ( ) : int | ||
GetCostPerRepair ( ) : int | ||
GetInitialSP ( ) : int | ||
GetMaterialType ( ) : string | ||
GetMaxSP ( ) : int | ||
GetPrefab ( ) : GameObject | ||
GetSPPerRepair ( ) : int | ||
GetSectionEffect ( ) : SectionEffect, | ||
GetWeight ( ) : double | ||
SetSectionEffect ( SectionEffect, secEffect ) : void |
public GetSectionEffect ( ) : SectionEffect, | ||
Результат | SectionEffect, |
public SetSectionEffect ( SectionEffect, secEffect ) : void | ||
secEffect | SectionEffect, | |
Результат | void |