OmegaEngine API  1.0.3
Public Member Functions | Properties | List of all members
OmegaEngine.Values.FileTypeAttribute Class Reference

Stores the file type describing the kind of data a property stores. Controls the behaviour of CodeEditor. More...

Inheritance diagram for OmegaEngine.Values.FileTypeAttribute:

Public Member Functions

 FileTypeAttribute ([NotNull] string fileType)
 Creates a new file type attribute. More...
 

Properties

string FileType [get]
 The name of the file type (e.g. XML, JavaScript, Lua). More...
 

Detailed Description

Stores the file type describing the kind of data a property stores. Controls the behaviour of CodeEditor.

Constructor & Destructor Documentation

◆ FileTypeAttribute()

OmegaEngine.Values.FileTypeAttribute.FileTypeAttribute ( [NotNull] string  fileType)
inline

Creates a new file type attribute.

Parameters
fileTypeThe name of the file type (e.g. XML, JavaScript, Lua).

Property Documentation

◆ FileType

string OmegaEngine.Values.FileTypeAttribute.FileType
get

The name of the file type (e.g. XML, JavaScript, Lua).


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