C# 클래스 OpenSim.Region.OptionalModules.World.TreePopulator.TreePopulatorModule.Copse

파일 보기 프로젝트 열기: aurora-sim/Aurora-Sim-Optional-Modules

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Copse() 공개 메소드

public Copse ( ) : System
리턴 System

Copse() 공개 메소드

public Copse ( string copsedef ) : System
copsedef string
리턴 System

Copse() 공개 메소드

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

Copse() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_frozen 공개적으로 프로퍼티

public Boolean,System m_frozen
리턴 System.Boolean

m_initial_scale 공개적으로 프로퍼티

public Vector3,System m_initial_scale
리턴 System.Vector3

m_maximum_scale 공개적으로 프로퍼티

public Vector3,System m_maximum_scale
리턴 System.Vector3

m_name 공개적으로 프로퍼티

public string m_name
리턴 string

m_range 공개적으로 프로퍼티

public double m_range
리턴 double

m_rate 공개적으로 프로퍼티

public Vector3,System m_rate
리턴 System.Vector3

m_seed_point 공개적으로 프로퍼티

public Vector3,System m_seed_point
리턴 System.Vector3

m_tree_quantity 공개적으로 프로퍼티

public int m_tree_quantity
리턴 int

m_tree_type 공개적으로 프로퍼티

public Tree m_tree_type
리턴 Tree

m_treeline_high 공개적으로 프로퍼티

public float m_treeline_high
리턴 float

m_treeline_low 공개적으로 프로퍼티

public float m_treeline_low
리턴 float