Table of Contents

Resource Graphics

(NOTE) How Materials are categorized, determines which graphicals are drawn in a render pass.

Methods Properties Base Classes Derived Classes
IsSubRenderGroup ChildRenderGroups dataresource
IsSubRenderGroupOf GraphicalSortMethod
Materials
ParentRenderGroup
ReferencedByList

Properties


ChildRenderGroups : childrendergrouplist

read-only

For assigning child RenderGroups, making this a parent group of everything in the list.

var ChildRenderGroups : ChildRenderGroupList

GraphicalSortMethod : GraphicalSortMethod

Determines the order that graphicals will be drawn when processed as this RenderGroup.

var GraphicalSortMethod : GraphicalSortMethod

Materials : materiallist

read-only

var Materials : MaterialList

ParentRenderGroup : rendergroup

RenderGroup that this is a sub group of. Also a sub group of all of its parents.

var ParentRenderGroup : RenderGroup

ReferencedByList : materiallist

read-only

var ReferencedByList : MaterialList

Methods


IsSubRenderGroup : boolean

Returns whether or not the given RenderGroup is a sub group of this. |Name|Type|Description| |---|---|---| |renderGroup|rendergroup| |

function IsSubRenderGroup(renderGroup : RenderGroup) : Boolean

IsSubRenderGroupOf : boolean

Returns whether or not this is a sub group of the given RenderGroup. |Name|Type|Description| |---|---|---| |renderGroup|rendergroup| |

function IsSubRenderGroupOf(renderGroup : RenderGroup) : Boolean