C# Class SectionMaterial, verthex

Exibir arquivo Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
SPPerRepair int
cost int
costPerRepair int
initialSP int
materials string[]
maxSP int
mtype string
sectionEffect SectionEffect,
texture Texture
weight double

Public Methods

Method 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 method

public GetCost ( ) : int
return int

GetCostPerRepair() public method

public GetCostPerRepair ( ) : int
return int

GetInitialSP() public method

public GetInitialSP ( ) : int
return int

GetMaterialType() public method

public GetMaterialType ( ) : string
return string

GetMaxSP() public method

public GetMaxSP ( ) : int
return int

GetPrefab() public method

public GetPrefab ( ) : GameObject
return GameObject

GetSPPerRepair() public method

public GetSPPerRepair ( ) : int
return int

GetSectionEffect() public method

public GetSectionEffect ( ) : SectionEffect,
return SectionEffect,

GetWeight() public method

public GetWeight ( ) : double
return double

SetSectionEffect() public method

public SetSectionEffect ( SectionEffect, secEffect ) : void
secEffect SectionEffect,
return void

Property Details

SPPerRepair public_oe property

public int SPPerRepair
return int

cost public_oe property

public int cost
return int

costPerRepair public_oe property

public int costPerRepair
return int

initialSP public_oe property

public int initialSP
return int

materials public_oe static_oe property

public static string[] materials
return string[]

maxSP public_oe property

public int maxSP
return int

mtype public_oe property

public string mtype
return string

sectionEffect public_oe property

public SectionEffect, sectionEffect
return SectionEffect,

texture public_oe property

public Texture texture
return Texture

weight public_oe property

public double weight
return double