Terrain コンポーネントは地形をレンダリングします。
activeTerrain | The active Terrain. This is a convenient function to get to the main Terrain in the Scene. |
activeTerrains | The active terrains in the Scene. |
compressedHolesFormat | Graphics format of the Terrain holes Texture when it is compressed. |
compressedHolesTextureFormat | Texture format of the Terrain holes Texture when it is compressed. |
heightmapFormat | Graphics format of the Terrain heightmap. |
heightmapRenderTextureFormat | RenderTextureFormat of the terrain heightmap. |
holesFormat | Graphics format of the Terrain holes Texture when it is not compressed. |
holesRenderTextureFormat | Render texture format of the Terrain holes Texture. |
normalmapFormat | Graphics format of the Terrain normal map texture. |
normalmapRenderTextureFormat | Render texture format of the Terrain normal map texture. |
normalmapTextureFormat | Texture format of the Terrain normal map texture. |
allowAutoConnect | Specifies if the terrain tile will be automatically connected to adjacent tiles. |
bakeLightProbesForTrees | Whether to bake an array of internal light probes for Tree Editor trees (Editor only). |
basemapDistance | ベースマップの距離を超えているハイトマップパッチは事前に計算済みの低解像度のベースマップを使用します。 |
bottomNeighbor | Terrain bottom neighbor. |
collectDetailPatches | Collect detail patches from memory. |
deringLightProbesForTrees | Removes ringing from light probes on Tree Editor trees (Editor only). |
detailObjectDensity | ディテールオブジェクトの密度 |
detailObjectDistance | ディテールオブジェクトはこの距離まで表示されます。 |
drawHeightmap | Indicates whether Unity draws the Terrain geometry itself. |
drawInstanced | Set to true to enable the terrain instance renderer. The default value is false. |
drawTreesAndFoliage | 地形の樹木とディティールを描画するかどうかを指定します。 |
editorRenderFlags | Controls what part of the terrain should be rendered. |
enableHeightmapRayTracing | When this options is enabled, Terrain heightmap geometries will be added in acceleration structures used for Ray Tracing. |
groupingID | Grouping ID for auto connect. |
heightmapMaximumLOD | Limits the maximum resolution the terrain can be rendered at. |
heightmapMinimumLODSimplification | Limits how simplified the rendered terrain can be. |
heightmapPixelError | LOD を切り替えるとき、最悪の場合、多くのピクセルは近似されて地形を表示します。 |
ignoreQualitySettings | When enabled, the terrain ignores the terrain overrides set in the QualitySettings. |
keepUnusedRenderingResources | Defines whether Unity frees per-Camera rendering resources for the Terrain when those resources aren't in use after a certain number of frames. |
leftNeighbor | The Terrain tile to the left, which is in the negative X direction. |
lightmapIndex | この地形に適用されているベイクしたライトマップのインデックス |
lightmapScaleOffset | ベイクされたライトマップで使用される UV スケールとオフセット |
materialTemplate | The custom material Unity uses to render the Terrain. |
normalmapTexture | Returns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing. |
patchBoundsMultiplier | Set the terrain bounding box scale. |
preserveTreePrototypeLayers | Allows you to specify how Unity chooses the layer for tree instances. |
realtimeLightmapIndex | この地形に適用されているリアルタイムライトマップのインデックス |
realtimeLightmapScaleOffset | リアルタイムライトマップで使用される UV スケールとオフセット |
reflectionProbeUsage | 地形で Reflection Probe を使用する方法。 ReflectionProbeUsage を参照してください。 |
renderingLayerMask | Determines which rendering layers the Terrain renderer lives on. |
rightNeighbor | The Terrain tile to the left, which is in the positive X direction. |
shadowCastingMode | Allows you to set the shadow casting mode for the terrain. |
terrainData | ハイトマップ、地形テクスチャ、詳細メッシュや木を格納する Terrain データ |
topNeighbor | Terrain top neighbor. |
treeBillboardDistance | 木だけがビルボードとしてレンダリングされるカメラからの距離 |
treeCrossFadeLength | 樹木の総距離の差分はビルボードの向きからメッシュの向きに遷移するために使います。 |
treeDistance | 木がレンダリングされる最大の距離 |
treeLODBiasMultiplier | The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees). |
treeMaximumFullLODCount | すべての LOD でレンダリングされる樹木の最大数 |
treeMotionVectorModeOverride | The motion vector rendering mode for all SpeedTree models painted on the terrain. |
AddTreeInstance | 地形にツリーインスタンスを追加します。 |
Flush | 変更された地形を有効にするためにフラッシュします |
GetClosestReflectionProbes | Terrain の AABB と AABB と交差するリフレクションプローブのリストを満たします。そのウェイトも提供されます。 ウェイトはプローブが地形にどのくらい影響するかを示し、複数のリフレクションプローブ間のブレンドが発生したときに使用されます。 |
GetKeepUnusedCameraRenderingResources | |
GetPosition | 地形の位置を取得します |
GetSplatMaterialPropertyBlock | Get the previously set splat material properties by copying to the dest MaterialPropertyBlock object. |
SampleHeight | Samples the height at the given position defined in world space, relative to the Terrain space. |
SetKeepUnusedCameraRenderingResources | Defines whether Unity cleans up rendering resources for a given Camera during garbage collection. |
SetNeighbors | Lets you set up the connection between neighboring Terrain tiles. This ensures LOD matches up on neighboring Terrain tiles. |
SetSplatMaterialPropertyBlock | Set the additional material properties when rendering the terrain heightmap using the splat material. |
CreateTerrainGameObject | TerrainData オブジェクトから、コライダーを含む Terrain を作成します |
GetActiveTerrains | Populates a List of Terrains with the active Terrains in the Scene. |
SetConnectivityDirty | Marks the current connectivity status as invalid. |
enabled | 有効であれば更新され、無効であれば更新されません。 |
isActiveAndEnabled | Reports whether a GameObject and its associated Behaviour is active and enabled. |
gameObject | このコンポーネントはゲームオブジェクトにアタッチされます。コンポーネントはいつもゲームオブジェクトにアタッチされています。 |
tag | ゲームオブジェクトのタグ |
transform | The Transform attached to this GameObject. |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | オブジェクト名 |
BroadcastMessage | ゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。 |
CompareTag | Checks the GameObject's tag against the defined tag. |
GetComponent | Gets a reference to a component of type T on the same GameObject as the component specified. |
GetComponentInChildren | Gets a reference to a component of type T on the same GameObject as the component specified, or any child of the GameObject. |
GetComponentInParent | Gets a reference to a component of type T on the same GameObject as the component specified, or any parent of the GameObject. |
GetComponents | Gets references to all components of type T on the same GameObject as the component specified. |
GetComponentsInChildren | Gets references to all components of type T on the same GameObject as the component specified, and any child of the GameObject. |
GetComponentsInParent | Gets references to all components of type T on the same GameObject as the component specified, and any parent of the GameObject. |
SendMessage | ゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
SendMessageUpwards | ゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
TryGetComponent | Gets the component of the specified type, if it exists. |
GetInstanceID | Gets the instance ID of the object. |
ToString | Returns the name of the object. |
Destroy | Removes a GameObject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindAnyObjectByType | Retrieves any active loaded object of Type type. |
FindFirstObjectByType | Retrieves the first active loaded object of Type type. |
FindObjectsByType | Retrieves a list of all loaded objects of Type type. |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |