Use this class to render particles on to the screen.
| activeVertexStreamsCount | The number of currently active custom vertex streams. | 
| alignment | パーティクルの向く方向を管理します。 | 
| allowRoll | Allow billboard particles to roll around their z-axis. | 
| cameraVelocityScale | How much do the particles stretch depending on the Camera's speed. | 
| enableGPUInstancing | Enables GPU Instancing on platforms that support it. | 
| flip | Flip a percentage of the particles, along each axis. | 
| freeformStretching | Enables freeform stretching behavior. | 
| lengthScale | How much are the particles stretched in their direction of motion, defined as the length of the particle compared to its width. | 
| maskInteraction | Specifies how the Particle System Renderer interacts with SpriteMask. | 
| maxParticleSize | パーティクルの大きさを制限する | 
| mesh | The Mesh that the particle uses instead of a billboarded Texture. | 
| meshCount | The number of Meshes the system uses for particle rendering. | 
| meshDistribution | Specifies how the system randomly assigns meshes to particles. | 
| minParticleSize | 制限で使用するパーティクルの最小サイズ。 | 
| normalDirection | Specifies how to calculate lighting for the billboard. | 
| pivot | パーティクルの回転に使用されるピボットポイントを修正します。 | 
| renderMode | Specifies how the system draws particles. | 
| rotateWithStretchDirection | Rotate the particles based on the direction they are stretched in. This is added on top of other particle rotation. | 
| shadowBias | Apply a shadow bias to prevent self-shadowing artifacts. The specified value is the proportion of the particle size. | 
| sortingFudge | Biases Particle System sorting amongst other transparencies. | 
| sortMode | Specifies how to sort particles within a system. | 
| supportsMeshInstancing | Determines whether the Particle System can be rendered using GPU Instancing. | 
| trailMaterial | Set the Material that the TrailModule uses to attach trails to particles. | 
| velocityScale | Specifies how much particles stretch depending on their velocity. | 
| BakeMesh | Creates a snapshot of ParticleSystemRenderer and stores it in mesh. | 
| BakeTrailsMesh | Creates a snapshot of ParticleSystem Trails and stores them in mesh. | 
| GetActiveVertexStreams | Queries which Vertex Shader streams are enabled on the ParticleSystemRenderer. | 
| GetMeshes | Gets the array of Meshes to use when selecting particle meshes. | 
| GetMeshWeightings | Gets the array of Mesh weightings to use when randomly selecting particle meshes. | 
| SetActiveVertexStreams | Enables a set of vertex Shader streams on the ParticleSystemRenderer. | 
| SetMeshes | Sets the Meshes that the ParticleSystemRenderer uses to display particles when the ParticleSystemRenderer.renderMode is set to ParticleSystemRenderMode.Mesh. | 
| SetMeshWeightings | Sets the weights that the ParticleSystemRenderer uses to assign Meshes to particles. | 
| 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 | The bounding box of the renderer in world space. | 
| enabled | 有効にした場合、レンダリングされた 3D オブジェクトが表示されます | 
| forceRenderingOff | Allows turning off rendering for a specific component. | 
| isPartOfStaticBatch | Indicates whether the renderer is part of a static batch with other renderers. | 
| isVisible | カメラにレンダラーが表示されているか(読み取り専用) | 
| lightmapIndex | このレンダラーに適用されるベイクされるライトマップのインデックス | 
| lightmapScaleOffset | UV スケールとオフセットをライトマップに使用します。 | 
| lightProbeProxyVolumeOverride | これを設定すると、レンダラーはソースのゲームオブジェクトにアタッチされた **ライトプローブプロキシボリューム** コンポーネントを使用します。 | 
| lightProbeUsage | ライトプローブ補間のタイプ | 
| localBounds | The bounding box of the renderer in local space. | 
| localToWorldMatrix | ローカル座標からワールド座標へ変換した行列(読み取り専用) | 
| material | レンダラーに割り当てられている最初にインスタンス化された Material を返します。 | 
| materials | このオブジェクトのすべてのインスタンス化されたマテリアルを返します。 | 
| motionVectorGenerationMode | Specifies the mode for motion vector rendering. | 
| probeAnchor | 設定する場合、レンダラーはライトプローブや反射プローブを見つけるためにこの Transform の位置を使用します。 | 
| rayTracingAccelerationStructureBuildFlags | The flags Unity uses when it builds acceleration structures associated with geometry used by renderers. | 
| rayTracingAccelerationStructureBuildFlagsOverride | Whether to override the default build flags specified when creating a RayTracingAccelerationStructure. | 
| rayTracingMode | Describes how this renderer is updated for ray tracing. | 
| realtimeLightmapIndex | The index of the real-time lightmap applied to this renderer. | 
| realtimeLightmapScaleOffset | The UV scale & offset used for a real-time lightmap. | 
| 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 によるレンダラーのオーダー順 | 
| staticShadowCaster | Is this renderer a static shadow caster? | 
| worldToLocalMatrix | ワールド座標からローカル座標へ変換した行列(読み取り専用) | 
| 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. | 
| 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. | 
| ResetBounds | Reset custom world space bounds. | 
| ResetLocalBounds | Reset custom local space bounds. | 
| SetMaterials | Assigns the shared materials of this object using the list of materials provided. | 
| SetPropertyBlock | Lets you set or clear per-renderer or per-material parameter overrides. | 
| SetSharedMaterials | Assigns the shared materials of this object using the list of materials provided. | 
| 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つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 | 
| OnBecameInvisible | OnBecameInvisible is called when the object is no longer visible by any camera. | 
| OnBecameVisible | OnBecameVisible is called when the object became visible by any camera. |