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

Exibir arquivo Open project: aurora-sim/Aurora-Sim-Optional-Modules

Public Properties

Property 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

Public Methods

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

public Copse ( ) : System
return System

Copse() public method

public Copse ( string copsedef ) : System
copsedef string
return System

Copse() public method

public Copse ( string fileName, System.Boolean planted ) : System
fileName string
planted System.Boolean
return System

Copse() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

m_frozen public_oe property

public Boolean,System m_frozen
return System.Boolean

m_initial_scale public_oe property

public Vector3,System m_initial_scale
return System.Vector3

m_maximum_scale public_oe property

public Vector3,System m_maximum_scale
return System.Vector3

m_name public_oe property

public string m_name
return string

m_range public_oe property

public double m_range
return double

m_rate public_oe property

public Vector3,System m_rate
return System.Vector3

m_seed_point public_oe property

public Vector3,System m_seed_point
return System.Vector3

m_tree_quantity public_oe property

public int m_tree_quantity
return int

m_tree_type public_oe property

public Tree m_tree_type
return Tree

m_treeline_high public_oe property

public float m_treeline_high
return float

m_treeline_low public_oe property

public float m_treeline_low
return float