C# Class OpenSim.Region.OptionalModules.World.TreePopulator.TreePopulatorModule.Copse

Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Méthodes publiques

Свойство Type Description
m_frozen System.Boolean
m_initial_scale System.Vector3
m_maximum_scale System.Vector3
m_name string
m_range double
m_rate System.Vector3
m_seed_point System.Vector3
m_tree_quantity int
m_tree_type Tree
m_treeline_high float
m_treeline_low float

Méthodes publiques

Méthode Description
Copse ( ) : System
Copse ( string copsedef ) : System
Copse ( string fileName, System.Boolean planted ) : System
Copse ( string name, int quantity, float high, float low, double range, System.Vector3 point, Tree type, System.Vector3 scale, System.Vector3 max_scale, System.Vector3 rate, List trees ) : System
ToString ( ) : string

Method Details

Copse() public méthode

public Copse ( ) : System
Résultat System

Copse() public méthode

public Copse ( string copsedef ) : System
copsedef string
Résultat System

Copse() public méthode

public Copse ( string fileName, System.Boolean planted ) : System
fileName string
planted System.Boolean
Résultat System

Copse() public méthode

public Copse ( string name, int quantity, float high, float low, double range, System.Vector3 point, Tree type, System.Vector3 scale, System.Vector3 max_scale, System.Vector3 rate, List trees ) : System
name string
quantity int
high float
low float
range double
point System.Vector3
type Tree
scale System.Vector3
max_scale System.Vector3
rate System.Vector3
trees List
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_frozen public_oe property

public Boolean,System m_frozen
Résultat System.Boolean

m_initial_scale public_oe property

public Vector3,System m_initial_scale
Résultat System.Vector3

m_maximum_scale public_oe property

public Vector3,System m_maximum_scale
Résultat System.Vector3

m_name public_oe property

public string m_name
Résultat string

m_range public_oe property

public double m_range
Résultat double

m_rate public_oe property

public Vector3,System m_rate
Résultat System.Vector3

m_seed_point public_oe property

public Vector3,System m_seed_point
Résultat System.Vector3

m_tree_quantity public_oe property

public int m_tree_quantity
Résultat int

m_tree_type public_oe property

public Tree m_tree_type
Résultat Tree

m_treeline_high public_oe property

public float m_treeline_high
Résultat float

m_treeline_low public_oe property

public float m_treeline_low
Résultat float