C# Class Difficulty, RPGQuest

Inheritance: MonoBehaviour
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
animationFactor float
battleFactor float
elementMultiplier float[]
movementFactor float
raceMultiplier float[]
sizeMultiplier float[]
statusMultiplier float[]
timeFactor float

Public Methods

Method Description
Difficulty ( ) : System.Collections
GetCopy ( ) : Difficulty,
GetData ( Hashtable ht ) : Hashtable
SetData ( Hashtable ht ) : void

Method Details

Difficulty() public method

public Difficulty ( ) : System.Collections
return System.Collections

GetCopy() public method

public GetCopy ( ) : Difficulty,
return Difficulty,

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

animationFactor public_oe property

public float animationFactor
return float

battleFactor public_oe property

public float battleFactor
return float

elementMultiplier public_oe property

public float[] elementMultiplier
return float[]

movementFactor public_oe property

public float movementFactor
return float

raceMultiplier public_oe property

public float[] raceMultiplier
return float[]

sizeMultiplier public_oe property

public float[] sizeMultiplier
return float[]

statusMultiplier public_oe property

public float[] statusMultiplier
return float[]

timeFactor public_oe property

public float timeFactor
return float