Empeld
Empeld plugin documentation.
pluginbase.Objects.Models.IUiScreenModel Interface Reference
Inheritance diagram for pluginbase.Objects.Models.IUiScreenModel:
pluginbase.Objects.Models.IReadonlyModel

Properties

IBuiScreen Screen [get]
 Screen More...
 
IUI2Screen UI2 [get]
 Access to UI2 screen More...
 
int RefreshSkipFrames [get, set]
 Refresh once this many real frames are rendered More...
 
int Width [get]
 Width of the UI More...
 
int Height [get]
 Height of the UI More...
 
Rgba BackgroundColor [get, set]
 Background color, if any, to render More...
 
- Properties inherited from pluginbase.Objects.Models.IReadonlyModel
string Name [get]
 The name of the model More...
 
int FrameCount [get]
 Total number of frames the model has More...
 
int GroupCount [get]
 Total number of groups the model has More...
 
float DefaultFps [get]
 The default FPS the model has More...
 
IEnumerable< string > Animations [get]
 Complete list of animation names More...
 
IEnumerable< string > MeshGroupNames [get]
 Complete list of mesh group names More...
 
IEnumerable< string > LabelNames [get]
 Complete list of all labels associated with the mesh More...
 
Matrix4 Transform [get]
 Gets the transform matrix for the model More...
 

Additional Inherited Members

- Public Member Functions inherited from pluginbase.Objects.Models.IReadonlyModel
IModelInstance CreateInstance ()
 Create an instance of the model More...
 

Property Documentation

◆ BackgroundColor

Rgba pluginbase.Objects.Models.IUiScreenModel.BackgroundColor
getset

Background color, if any, to render

The color of the background.

◆ Height

int pluginbase.Objects.Models.IUiScreenModel.Height
get

Height of the UI

The height.

◆ RefreshSkipFrames

int pluginbase.Objects.Models.IUiScreenModel.RefreshSkipFrames
getset

Refresh once this many real frames are rendered

The refresh rate.

◆ Screen

IBuiScreen pluginbase.Objects.Models.IUiScreenModel.Screen
get

Screen

The screen.

Attribute: Obsolete("use UI2")

◆ UI2

IUI2Screen pluginbase.Objects.Models.IUiScreenModel.UI2
get

Access to UI2 screen

The user interface.

◆ Width

int pluginbase.Objects.Models.IUiScreenModel.Width
get

Width of the UI

The width.


The documentation for this interface was generated from the following file: