C# Class Xenko.Rendering.RenderObject

Describes something that can be rendered by a RootRenderFeature.
Mostra file Open project: xen2/stride Class Usage Examples

Public Properties

Property Type Description
ActiveRenderStages Xenko.Rendering.ActiveRenderStage[]
BoundingBox BoundingBoxExt
Enabled bool
Index int
ObjectNode ObjectNodeReference
RenderFeature RootRenderFeature
RenderGroup RenderGroup
StateSortKey uint
StaticObjectNode StaticObjectNodeReference
VisibilityObjectNode StaticObjectNodeReference

Property Details

ActiveRenderStages public_oe property

public ActiveRenderStage[],Xenko.Rendering ActiveRenderStages
return Xenko.Rendering.ActiveRenderStage[]

BoundingBox public_oe property

public BoundingBoxExt BoundingBox
return BoundingBoxExt

Enabled public_oe property

public bool Enabled
return bool

Index public_oe property

public int Index
return int

ObjectNode public_oe property

public ObjectNodeReference ObjectNode
return ObjectNodeReference

RenderFeature public_oe property

public RootRenderFeature RenderFeature
return RootRenderFeature

RenderGroup public_oe property

public RenderGroup RenderGroup
return RenderGroup

StateSortKey public_oe property

public uint StateSortKey
return uint

StaticObjectNode public_oe property

public StaticObjectNodeReference StaticObjectNode
return StaticObjectNodeReference

VisibilityObjectNode public_oe property

public StaticObjectNodeReference VisibilityObjectNode
return StaticObjectNodeReference