The trail renderer is used to make trails behind objects in the Scene as they move about.
このクラスは TrailRenderer コンポーネントのスクリプトインターフェースです。
alignment | Select whether the trail will face the camera, or the orientation of the Transform Component. |
autodestruct | Does the GameObject of this Trail Renderer auto destruct? |
colorGradient | Set the color gradient describing the color of the trail at various points along its length. |
emitting | Creates trails when the GameObject moves. |
endColor | Set the color at the end of the trail. |
endWidth | 終了時(最後尾)のラインの幅 |
generateLightingData | Configures a trail to generate Normals and Tangents. With this data, Scene lighting can affect the trail via Normal Maps and the Unity Standard Shader, or your own custom-built Shaders. |
minVertexDistance | Set the minimum distance the trail can travel before a new vertex is added to it. |
numCapVertices | Set this to a value greater than 0, to get rounded corners on each end of the trail. |
numCornerVertices | Set this to a value greater than 0, to get rounded corners between each segment of the trail. |
positionCount | Get the number of line segments in the trail. |
shadowBias | Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the trail width at each segment. |
startColor | Set the color at the start of the trail. |
startWidth | 開始時のラインの幅 |
textureMode | Choose whether the U coordinate of the trail texture is tiled or stretched. |
time | フェードアウトさせるまでの時間 |
widthCurve | Set the curve describing the width of the trail at various points along its length. |
widthMultiplier | Set an overall multiplier that is applied to the TrailRenderer.widthCurve to get the final width of the trail. |
AddPosition | Adds a position to the trail. |
AddPositions | Add an array of positions to the trail. |
BakeMesh | Creates a snapshot of TrailRenderer and stores it in mesh. |
Clear | TrailRenderer からすべてのポイントを削除します。 新しい位置からトレイルを再開するのに便利です。 |
GetPosition | Get the position of a vertex in the trail. |
GetPositions | Get the positions of all vertices in the trail. |
SetPosition | Set the position of a vertex in the trail. |
SetPositions | Sets the positions of all vertices in the trail. |
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 | オブジェクト名 |
allowOcclusionWhenDynamic | Controls if dynamic occlusion culling should be performed for this renderer. |
bounds | レンダラーのバウンディングボリューム(読み取り専用) |
enabled | 有効にした場合、レンダリングされた 3D オブジェクトが表示されます |
forceRenderingOff | Allows turning off rendering for a specific component. |
isPartOfStaticBatch | レンダラーが静的にバッチ処理されているか |
isVisible | カメラにレンダラーが表示されているか(読み取り専用) |
lightmapIndex | このレンダラーに適用されるベイクされるライトマップのインデックス |
lightmapScaleOffset | UV スケールとオフセットをライトマップに使用します。 |
lightProbeProxyVolumeOverride | これを設定すると、レンダラーはソースのゲームオブジェクトにアタッチされた ライトプローブプロキシボリューム コンポーネントを使用します。 |
lightProbeUsage | ライトプローブ補間のタイプ |
localToWorldMatrix | ローカル座標からワールド座標へ変換した行列(読み取り専用) |
material | レンダラーに割り当てられている最初にインスタンス化された Material を返します。 |
materials | このオブジェクトのすべてのインスタンス化されたマテリアルを返します。 |
motionVectorGenerationMode | Specifies the mode for motion vector rendering. |
probeAnchor | 設定する場合、レンダラーはライトプローブや反射プローブを見つけるためにこの Transform の位置を使用します。 |
rayTracingMode | Describes how this renderer is updated for ray tracing. |
realtimeLightmapIndex | このレンダラーに適用されるリアルタイムライトマップのインデックス |
realtimeLightmapScaleOffset | リアルタイムライトマップで使用される UV スケールとオフセット |
receiveShadows | このオブジェクトが影の影響を受けるかどうか |
reflectionProbeUsage | 反射プローブはこのレンダラーのために使用する必要があるか。 |
rendererPriority | This value sorts renderers by priority. Lower values are rendered first and higher values are rendered last. |
renderingLayerMask | Determines which rendering layer this renderer lives on. |
shadowCastingMode | このオブジェクトが影をキャストするかどうか |
sharedMaterial | このオブジェクトの共有マテリアル |
sharedMaterials | このオブジェクトのすべての共有マテリアル |
sortingLayerID | レンダラーの Sorting Layer の Unique ID |
sortingLayerName | レンダラーの Sorting Layer の名前 |
sortingOrder | Sorting Layer によるレンダラーのオーダー順 |
worldToLocalMatrix | ワールド座標からローカル座標へ変換した行列(読み取り専用) |
BroadcastMessage | ゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。 |
CompareTag | このゲームオブジェクトは tag とタグ付けされているかどうか |
GetComponent | Returns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components. |
GetComponentInChildren | GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponentInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponents | GameObject から type のタイプのコンポーネントを「すべて」取得します。 |
GetComponentsInChildren | Returns all components of Type type in the GameObject or any of its children. Works recursively. |
GetComponentsInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを「すべて」取得します。 |
SendMessage | ゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
SendMessageUpwards | ゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
TryGetComponent | Gets the component of the specified type, if it exists. |
GetInstanceID | オブジェクトのインスタンス ID を返します |
ToString | Returns the name of the object. |
GetClosestReflectionProbes | 重みを持つ最も近い反射プローブの配列を返します。重みはプローブがレンダラーでどのくらい影響するかを示しています。反射プローブが発生する間のブレンドにもこの値が使用されます。 |
GetMaterials | このオブジェクトのすべてのインスタンス化されたマテリアルを返します。 |
GetPropertyBlock | Get per-Renderer or per-Material property block. |
GetSharedMaterials | Returns all the shared materials of this object. |
HasPropertyBlock | Returns true if the Renderer has a material property block attached via SetPropertyBlock. |
SetPropertyBlock | Lets you set or clear per-renderer or per-material parameter overrides. |
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. |
FindObjectOfType | タイプ type から最初に見つけたアクティブのオブジェクトを返します |
FindObjectsOfType | Gets a list of all loaded objects of Type type. |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |
OnBecameInvisible | "OnBecameInvisible" は任意のカメラでオブジェクトが表示されなくなるときに呼び出されます。 |
OnBecameVisible | "OnBecameVisible" は任意のカメラでオブジェクトが見えるようになったときに呼び出されます。 |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.