Version: 2022.3
言語: 日本語

Terrain

class in UnityEngine

/

継承:Behaviour

マニュアルに切り替える

説明

Terrain コンポーネントは地形をレンダリングします。

Static 変数

activeTerrainThe active Terrain. This is a convenient function to get to the main Terrain in the Scene.
activeTerrainsThe active terrains in the Scene.
compressedHolesFormatGraphics format of the Terrain holes Texture when it is compressed.
compressedHolesTextureFormatTexture format of the Terrain holes Texture when it is compressed.
heightmapFormatGraphics format of the Terrain heightmap.
heightmapRenderTextureFormatRenderTextureFormat of the terrain heightmap.
holesFormatGraphics format of the Terrain holes Texture when it is not compressed.
holesRenderTextureFormatRender texture format of the Terrain holes Texture.
normalmapFormatGraphics format of the Terrain normal map texture.
normalmapRenderTextureFormatRender texture format of the Terrain normal map texture.
normalmapTextureFormatTexture format of the Terrain normal map texture.

変数

allowAutoConnectSpecifies if the terrain tile will be automatically connected to adjacent tiles.
bakeLightProbesForTrees内部の Light Probe の配列は地形の樹木をベイクするべきかどうかを指定します。エディターでのみ使用できます。
basemapDistanceベースマップの距離を超えているハイトマップパッチは事前に計算済みの低解像度のベースマップを使用します。
bottomNeighborTerrain bottom neighbor.
collectDetailPatchesCollect detail patches from memory.
deringLightProbesForTreesRemoves ringing from probes on trees if enabled.
detailObjectDensityディテールオブジェクトの密度
detailObjectDistanceディテールオブジェクトはこの距離まで表示されます。
drawHeightmapIndicates whether Unity draws the Terrain geometry itself.
drawInstancedSet to true to enable the terrain instance renderer. The default value is false.
drawTreesAndFoliage地形の樹木とディティールを描画するかどうかを指定します。
editorRenderFlagsControls what part of the terrain should be rendered.
enableHeightmapRayTracingWhen this options is enabled, Terrain heightmap geometries will be added in acceleration structures used for Ray Tracing.
groupingIDGrouping ID for auto connect.
heightmapMaximumLOD基本的にレンダリングに使用されるハイトマップの解像度を下げることができます。
heightmapPixelErrorLOD を切り替えるとき、最悪の場合、多くのピクセルは近似されて地形を表示します。
ignoreQualitySettingsWhen enabled, the terrain ignores the terrain overrides set in the QualitySettings.
keepUnusedRenderingResourcesDefines whether Unity frees per-Camera rendering resources for the Terrain when those resources aren't in use after a certain number of frames.
leftNeighborThe Terrain tile to the left, which is in the negative X direction.
lightmapIndexこの地形に適用されているベイクしたライトマップのインデックス
lightmapScaleOffsetベイクされたライトマップで使用される UV スケールとオフセット
materialTemplateThe custom material Unity uses to render the Terrain.
normalmapTextureReturns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing.
patchBoundsMultiplierSet the terrain bounding box scale.
preserveTreePrototypeLayersAllows you to specify how Unity chooses the layer for tree instances.
realtimeLightmapIndexこの地形に適用されているリアルタイムライトマップのインデックス
realtimeLightmapScaleOffsetリアルタイムライトマップで使用される UV スケールとオフセット
reflectionProbeUsage地形で Reflection Probe を使用する方法。 ReflectionProbeUsage を参照してください。
renderingLayerMaskDetermines which rendering layers the Terrain renderer lives on.
rightNeighborThe Terrain tile to the left, which is in the positive X direction.
shadowCastingModeAllows you to set the shadow casting mode for the terrain.
terrainDataハイトマップ、地形テクスチャ、詳細メッシュや木を格納する Terrain データ
topNeighborTerrain top neighbor.
treeBillboardDistance木だけがビルボードとしてレンダリングされるカメラからの距離
treeCrossFadeLength樹木の総距離の差分はビルボードの向きからメッシュの向きに遷移するために使います。
treeDistance木がレンダリングされる最大の距離
treeLODBiasMultiplierThe multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees).
treeMaximumFullLODCountすべての LOD でレンダリングされる樹木の最大数
treeMotionVectorModeOverrideThe motion vector rendering mode for all SpeedTree models painted on the terrain.

Public 関数

AddTreeInstance地形にツリーインスタンスを追加します。
Flush変更された地形を有効にするためにフラッシュします
GetClosestReflectionProbesTerrain の AABB と AABB と交差するリフレクションプローブのリストを満たします。そのウェイトも提供されます。 ウェイトはプローブが地形にどのくらい影響するかを示し、複数のリフレクションプローブ間のブレンドが発生したときに使用されます。
GetKeepUnusedCameraRenderingResources
GetPosition地形の位置を取得します
GetSplatMaterialPropertyBlockGet the previously set splat material properties by copying to the dest MaterialPropertyBlock object.
SampleHeightSamples the height at the given position defined in world space, relative to the Terrain space.
SetKeepUnusedCameraRenderingResourcesDefines whether Unity cleans up rendering resources for a given Camera during garbage collection.
SetNeighborsLets you set up the connection between neighboring Terrain tiles. This ensures LOD matches up on neighboring Terrain tiles.
SetSplatMaterialPropertyBlockSet the additional material properties when rendering the terrain heightmap using the splat material.

Static 関数

CreateTerrainGameObject TerrainData オブジェクトから、コライダーを含む Terrain を作成します
GetActiveTerrainsPopulates a List of Terrains with the active Terrains in the Scene.
SetConnectivityDirtyMarks the current connectivity status as invalid.

継承メンバー

変数

enabled有効であれば更新され、無効であれば更新されません。
isActiveAndEnabledReports whether a GameObject and its associated Behaviour is active and enabled.
gameObjectこのコンポーネントはゲームオブジェクトにアタッチされます。コンポーネントはいつもゲームオブジェクトにアタッチされています。
tagゲームオブジェクトのタグ
transformThe Transform attached to this GameObject.
hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

BroadcastMessageゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。
CompareTagChecks the GameObject's tag against the defined tag.
GetComponentGets a reference to a component of type T on the same GameObject as the component specified.
GetComponentInChildrenGets a reference to a component of type T on the same GameObject as the component specified, or any child of the GameObject.
GetComponentInParentGets a reference to a component of type T on the same GameObject as the component specified, or any parent of the GameObject.
GetComponentsGets references to all components of type T on the same GameObject as the component specified.
GetComponentsInChildrenGets references to all components of type T on the same GameObject as the component specified, and any child of the GameObject.
GetComponentsInParentGets 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 と名付けたメソッドを呼び出します
TryGetComponentGets the component of the specified type, if it exists.
GetInstanceIDGets the instance ID of the object.
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindAnyObjectByTypeRetrieves any active loaded object of Type type.
FindFirstObjectByTypeRetrieves the first active loaded object of Type type.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsByTypeRetrieves a list of all loaded objects of Type type.
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。