Description | Hierarchy | Fields | Methods | Properties |
type TAd2dProperty = record
The "TAd2dProperty"-Record contains informations about the settings that are published by the dll. The properties are accessed by calling the "Andorra2DApplicationProperties" function of the plugin dll. Properties are used to set library related properties that have to be done before initializing the system, e.g. fullscreen, antialias, v-sync, software- or hardware mode etc.
PropName: string[64]; |
PropViewName: string[64]; |
PropGroup: string[64]; |
PropType: TAd2dPropertyType; |
PropName: string[64]; |
The name of the property. |
PropViewName: string[64]; |
The name of the property that will be viewed in the setup dialog. |
PropGroup: string[64]; |
The group where the property will be inserted in the setup dialog. |
PropType: TAd2dPropertyType; |
The type of the property. |