C# Class World.SpawnSettings, ggj16

Afficher le fichier Open project: amzeratul/ggj16

Méthodes publiques

Свойство Type Description
AlignWithCore bool
MaxDistance float
MaxHeight float
MinDistance float
MinHeight float
Name string

Méthodes publiques

Méthode Description
SpawnSettings ( string name, float minHeight, float maxHeight, float minDistance, float maxDistance = 12, bool align = true ) : System

Method Details

SpawnSettings() public méthode

public SpawnSettings ( string name, float minHeight, float maxHeight, float minDistance, float maxDistance = 12, bool align = true ) : System
name string
minHeight float
maxHeight float
minDistance float
maxDistance float
align bool
Résultat System

Property Details

AlignWithCore public_oe property

public bool AlignWithCore
Résultat bool

MaxDistance public_oe property

public float MaxDistance
Résultat float

MaxHeight public_oe property

public float MaxHeight
Résultat float

MinDistance public_oe property

public float MinDistance
Résultat float

MinHeight public_oe property

public float MinHeight
Résultat float

Name public_oe property

public string Name
Résultat string