class in UnityEngine.Experimental.Rendering
/
実装インターフェース:IRenderPipelineAsset
An asset that produces a specific IRenderPipeline.
Default implementation of IRenderPipelineAsset. This manages the lifecylces of inherited types, as well as ensures that created IRenderPipeline's are invalidated when the asset is changed.
See Also: IRenderPipelineAsset.
CreatePipeline | Create a IRenderPipeline specific to this asset. |
DestroyCreatedInstances | Destroys all cached data and created IRenderLoop's. |
GetTerrainBrushPassIndex | The render index for the terrain brush in the editor. |
CreatedInstances | Returns the list of current IRenderPipeline's created by the asset. |
InternalCreatePipeline | Create a IRenderPipeline specific to this asset. |
GetInstanceID | オブジェクトのインスタンス ID を返します |
ToString | ゲームオブジェクトの名前を返します |
Destroy | ゲームオブジェクトやコンポーネント、アセットを削除します |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | 新しいシーンを読み込んでもオブジェクトが自動で破壊されないように設定します |
FindObjectOfType | タイプ type から最初に見つけたアクティブのオブジェクトを返します |
FindObjectsOfType | タイプから見つけたすべてのアクティブのオブジェクト配列を返します |
Instantiate | original のオブジェクトをクローンします |
CreateInstance | ScriptableObject のインスタンスを作成します。 |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |