Property | Type | Description | |
---|---|---|---|
SPPerRepair | int | ||
cost | int | ||
costPerRepair | int | ||
initialSP | int | ||
materials | string[] | ||
maxSP | int | ||
mtype | string | ||
sectionEffect | SectionEffect, | ||
texture | Texture | ||
weight | double |
Method | Description | |
---|---|---|
GetCost ( ) : int | ||
GetCostPerRepair ( ) : int | ||
GetInitialSP ( ) : int | ||
GetMaterialType ( ) : string | ||
GetMaxSP ( ) : int | ||
GetPrefab ( ) : GameObject | ||
GetSPPerRepair ( ) : int | ||
GetSectionEffect ( ) : SectionEffect, | ||
GetWeight ( ) : double | ||
SetSectionEffect ( SectionEffect, secEffect ) : void |
public SetSectionEffect ( SectionEffect, secEffect ) : void | ||
secEffect | SectionEffect, | |
return | void |