프로퍼티 | 타입 | 설명 | |
---|---|---|---|
idMegatile | int | ||
idOwner | int | ||
oneHalfTreeSizeClassCount | int |
메소드 | 설명 | |
---|---|---|
Contains ( Vector3 p ) : bool |
Determine whether the microtile contains the specified point
|
|
GetCenterPoint ( ) : Vector3 |
Get the center point in world space
|
|
GetSimpleCenterPoint ( ) : Vector3 |
Gets the simple center point. Ignores height |
|
GetTreeCountsByGraphicType ( ) : int[] |
Gets the number of trees represented by each type of TreeGraphic.
|
|
ToClientZ ( int y ) : int |
Convert y coordinate to a z coordinate for the client, which starts from lower left
|
|
ToServerY ( int z ) : int |
Convert z coordinate to a y coordinate for the server, which starts from upper left
|
|
ToString ( ) : string |
Returns a System.String that represents the current ResourceTile.
|
메소드 | 설명 | |
---|---|---|
SetTreeDistributionFrequency ( int index, int frequency ) : void |
Sets the tree distribution frequency at index.
|