Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Assets.TestAsset Class Reference
Inheritance diagram for SiliconStudio.Paradox.Assets.TestAsset:
Asset< TestAsset, AssetReference >

Public Types

enum  TestEnum { TestEnum.DefaultValue, TestEnum.FirstValue, TestEnum.SecondValue, TestEnum.ThirdValue }
 

Public Member Functions

 TestAsset ()
 

Static Public Member Functions

static TestAsset New ()
 

Public Attributes

const string FileExtension = ".pdxtest"
 

Properties

UPath UPathValue [get, set]
 
float FloatValue [get, set]
 
float NullableFloatValue [get, set]
 
bool BoolValue [get, set]
 
bool NullableBoolValue [get, set]
 
int IntValue [get, set]
 
UInt16 UShortValue [get, set]
 
string StringValue [get, set]
 
TestEnum EnumValue [get, set]
 
TestEnum NullableEnumValue [get, set]
 
List< string > StringList [get, set]
 
List< int > IntList [get, set]
 
List< UPathUPathList [get, set]
 
Dictionary< string, UPathStringUPathDictionary [get, set]
 
Dictionary< UPath, int > UPathIntDictionary [get, set]
 
Dictionary< string, TestEnumStringEnumDictionary [get, set]
 

Detailed Description

Definition at line 17 of file TestAsset.cs.

Member Enumeration Documentation

Enumerator
DefaultValue 
FirstValue 
SecondValue 
ThirdValue 

Definition at line 19 of file TestAsset.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Assets.TestAsset.TestAsset ( )

Definition at line 29 of file TestAsset.cs.

Member Function Documentation

static TestAsset SiliconStudio.Paradox.Assets.TestAsset.New ( )
static

Definition at line 76 of file TestAsset.cs.

Member Data Documentation

const string SiliconStudio.Paradox.Assets.TestAsset.FileExtension = ".pdxtest"

Definition at line 27 of file TestAsset.cs.

Property Documentation

bool SiliconStudio.Paradox.Assets.TestAsset.BoolValue
getset

Definition at line 46 of file TestAsset.cs.

TestEnum SiliconStudio.Paradox.Assets.TestAsset.EnumValue
getset

Definition at line 59 of file TestAsset.cs.

float SiliconStudio.Paradox.Assets.TestAsset.FloatValue
getset

Definition at line 42 of file TestAsset.cs.

List<int> SiliconStudio.Paradox.Assets.TestAsset.IntList
getset

Definition at line 66 of file TestAsset.cs.

int SiliconStudio.Paradox.Assets.TestAsset.IntValue
getset

Definition at line 51 of file TestAsset.cs.

bool SiliconStudio.Paradox.Assets.TestAsset.NullableBoolValue
getset

Definition at line 48 of file TestAsset.cs.

TestEnum SiliconStudio.Paradox.Assets.TestAsset.NullableEnumValue
getset

Definition at line 61 of file TestAsset.cs.

float SiliconStudio.Paradox.Assets.TestAsset.NullableFloatValue
getset

Definition at line 44 of file TestAsset.cs.

Dictionary<string, TestEnum> SiliconStudio.Paradox.Assets.TestAsset.StringEnumDictionary
getset

Definition at line 74 of file TestAsset.cs.

List<string> SiliconStudio.Paradox.Assets.TestAsset.StringList
getset

Definition at line 64 of file TestAsset.cs.

Dictionary<string, UPath> SiliconStudio.Paradox.Assets.TestAsset.StringUPathDictionary
getset

Definition at line 70 of file TestAsset.cs.

string SiliconStudio.Paradox.Assets.TestAsset.StringValue
getset

Definition at line 56 of file TestAsset.cs.

Dictionary<UPath, int> SiliconStudio.Paradox.Assets.TestAsset.UPathIntDictionary
getset

Definition at line 72 of file TestAsset.cs.

List<UPath> SiliconStudio.Paradox.Assets.TestAsset.UPathList
getset

Definition at line 68 of file TestAsset.cs.

UPath SiliconStudio.Paradox.Assets.TestAsset.UPathValue
getset

Definition at line 40 of file TestAsset.cs.

UInt16 SiliconStudio.Paradox.Assets.TestAsset.UShortValue
getset

Definition at line 53 of file TestAsset.cs.


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