Interface IRenderObject
Inherited Members
System.IDisposable.Dispose()
Assembly: Aximo.Render.dll
Syntax
public interface IRenderObject : IData, IDisposable
Properties
|
Improve this Doc
View Source
Context
Declaration
RenderContext Context { get; }
Property Value
|
Improve this Doc
View Source
DrawPriority
Declaration
int DrawPriority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Orphaned
Declaration
bool Orphaned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseTransparency
Declaration
bool UseTransparency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
AssignContext(RenderContext)
Declaration
void AssignContext(RenderContext ctx)
Parameters
|
Improve this Doc
View Source
Free()
Declaration
|
Improve this Doc
View Source
Init()
Declaration
|
Improve this Doc
View Source
OnScreenResize(ScreenResizeEventArgs)
Declaration
void OnScreenResize(ScreenResizeEventArgs e)
Parameters
|
Improve this Doc
View Source
OnWorldRendered()
Declaration