Add

IRenderQueue.Add method

レンダー タスクをレンダー キューに追加します。

public void Add(RenderQueueGroupId groupId, IPipeline pipeline, object renderableResource, 
    int subEntity)
パラメータタイプ説明
groupIdRenderQueueGroupIdレンダリング タスクが属するキューのグループ
pipelineIPipelineこのレンダリング タスクに使用されるパイプライン インスタンス
renderableResourceObjectに送信されるカスタム オブジェクトRenderEntity
subEntityInt32サブ エンティティのインデックス。エンティティが複数のサブ レンダリング可能なコンポーネントで構成されている場合に役立ちます。

関連項目