スクリーン上にパーティクルをレンダリングするためのクラスです。(シュリケン)
activeVertexStreamsCount | The number of currently active custom vertex streams. |
alignment | パーティクルの向く方向を管理します。 |
cameraVelocityScale | パーティクルが Camera の速度によって、どのくらい引き伸ばされるか。 |
enableGPUInstancing | Enables GPU Instancing on platforms where it is supported. |
lengthScale | 動きによってどのくらい引き伸ばすか |
maskInteraction | Specifies how the Particle System Renderer interacts with SpriteMask. |
maxParticleSize | パーティクルの大きさを制限する |
mesh | ビルボードテクスチャの代わりに、パーティクルに使用されるメッシュ |
meshCount | パーティクルのレンダリングに使用するメッシュの数。 |
minParticleSize | 制限で使用するパーティクルの最小サイズ。 |
normalDirection | ビルボードパーティクルの法線をどのくらいの頻度でカメラに向けるか。 |
pivot | パーティクルの回転に使用されるピボットポイントを修正します。 |
renderMode | パーティクルがどのようにレンダリングされるか |
sortingFudge | パーティクルシステムが透明なものを整理するよう偏らせます。 |
sortMode | システム内のパーティクルを整理します。 |
trailMaterial | Set the material used by the Trail module for attaching trails to particles. |
velocityScale | パーティクルが"どのくらい早く移動するか"によって、どのくらい引き伸ばされるかを設定します。 |
BakeMesh | Creates a snapshot of ParticleSystemRenderer and stores it in mesh. |
BakeTrailsMesh | Creates a snapshot of ParticleSystem Trails and stores them in mesh. |
GetActiveVertexStreams | Query which vertex shader streams are enabled on the ParticleSystemRenderer. |
GetMeshes | Get the array of meshes to be used as particles. |
SetActiveVertexStreams | Enable a set of vertex shader streams on the ParticleSystemRenderer. |
SetMeshes | Set an array of meshes to be used as particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh. |
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 オブジェクトが表示されます |
isPartOfStaticBatch | レンダラーが静的にバッチ処理されているか |
isVisible | カメラにレンダラーが表示されているか(読み取り専用) |
lightmapIndex | このレンダラーに適用されるベイクされるライトマップのインデックス |
lightmapScaleOffset | UV スケールとオフセットをライトマップに使用します。 |
lightProbeProxyVolumeOverride | これを設定すると、レンダラーはソースのゲームオブジェクトにアタッチされた ライトプローブプロキシボリューム コンポーネントを使用します。 |
lightProbeUsage | ライトプローブ補間のタイプ |
localToWorldMatrix | ローカル座標からワールド座標へ変換した行列(読み取り専用) |
material | レンダラーに割り当てられている最初にインスタンス化された Material を返します。 |
materials | このオブジェクトのすべてのインスタンス化されたマテリアルを返します。 |
motionVectorGenerationMode | Specifies the mode for motion vector rendering. |
probeAnchor | 設定する場合、レンダラーはライトプローブや反射プローブを見つけるためにこの Transform の位置を使用します。 |
realtimeLightmapIndex | このレンダラーに適用されるリアルタイムライトマップのインデックス |
realtimeLightmapScaleOffset | リアルタイムライトマップで使用される UV スケールとオフセット |
receiveShadows | このオブジェクトが影の影響を受けるかどうか |
reflectionProbeUsage | 反射プローブはこのレンダラーのために使用する必要があるか。 |
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 | ゲームオブジェクトに type がアタッチされている場合は type のタイプを使用してコンポーネントを返します。ない場合は null です |
GetComponentInChildren | GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponentInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponents | GameObject から type のタイプのコンポーネントを「すべて」取得します。 |
GetComponentsInChildren | GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを「すべて」取得します。 |
GetComponentsInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを「すべて」取得します。 |
SendMessage | ゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
SendMessageUpwards | ゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
GetInstanceID | オブジェクトのインスタンス ID を返します |
ToString | Returns the name of the GameObject. |
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 | ゲームオブジェクトやコンポーネント、アセットを削除します |
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 | タイプから見つけたすべてのアクティブのオブジェクト配列を返します |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |
OnBecameInvisible | "OnBecameInvisible" は任意のカメラでオブジェクトが表示されなくなるときに呼び出されます。 |
OnBecameVisible | "OnBecameVisible" は任意のカメラでオブジェクトが見えるようになったときに呼び出されます。 |