C# Class SectionMaterial, verthex

Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
SPPerRepair int
cost int
costPerRepair int
initialSP int
materials string[]
maxSP int
mtype string
sectionEffect SectionEffect,
texture Texture
weight double

Méthodes publiques

Méthode Description
GetCost ( ) : int
GetCostPerRepair ( ) : int
GetInitialSP ( ) : int
GetMaterialType ( ) : string
GetMaxSP ( ) : int
GetPrefab ( ) : GameObject
GetSPPerRepair ( ) : int
GetSectionEffect ( ) : SectionEffect,
GetWeight ( ) : double
SetSectionEffect ( SectionEffect, secEffect ) : void

Method Details

GetCost() public méthode

public GetCost ( ) : int
Résultat int

GetCostPerRepair() public méthode

public GetCostPerRepair ( ) : int
Résultat int

GetInitialSP() public méthode

public GetInitialSP ( ) : int
Résultat int

GetMaterialType() public méthode

public GetMaterialType ( ) : string
Résultat string

GetMaxSP() public méthode

public GetMaxSP ( ) : int
Résultat int

GetPrefab() public méthode

public GetPrefab ( ) : GameObject
Résultat GameObject

GetSPPerRepair() public méthode

public GetSPPerRepair ( ) : int
Résultat int

GetSectionEffect() public méthode

public GetSectionEffect ( ) : SectionEffect,
Résultat SectionEffect,

GetWeight() public méthode

public GetWeight ( ) : double
Résultat double

SetSectionEffect() public méthode

public SetSectionEffect ( SectionEffect, secEffect ) : void
secEffect SectionEffect,
Résultat void

Property Details

SPPerRepair public_oe property

public int SPPerRepair
Résultat int

cost public_oe property

public int cost
Résultat int

costPerRepair public_oe property

public int costPerRepair
Résultat int

initialSP public_oe property

public int initialSP
Résultat int

materials public_oe static_oe property

public static string[] materials
Résultat string[]

maxSP public_oe property

public int maxSP
Résultat int

mtype public_oe property

public string mtype
Résultat string

sectionEffect public_oe property

public SectionEffect, sectionEffect
Résultat SectionEffect,

texture public_oe property

public Texture texture
Résultat Texture

weight public_oe property

public double weight
Résultat double