Interface IDisplayListSettings
Controls what is shown on screen for this display list.
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IDisplayListSettings : INotifyPropertyChanged
Properties
| Improve this Doc View SourceDepthClipping
Allows configuring depth clipping (i.e hiding objects if they are too close or too far from the camera).
Declaration
IDepthClipping DepthClipping { get; }
Property Value
Type | Description |
---|---|
IDepthClipping | The depth clipping. |
DisplayGUIs
Should we display the GUIs?
Declaration
bool DisplayGUIs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayRoom
Should we display the objects in the room?
Declaration
bool DisplayRoom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RestrictionList
Allows fine grain control over which entities will be displayed.
Declaration
IRestrictionList RestrictionList { get; }
Property Value
Type | Description |
---|---|
IRestrictionList | The restriction list. |