|
| 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< UPath > | UPathList [get, set] |
| |
| Dictionary< string, UPath > | StringUPathDictionary [get, set] |
| |
| Dictionary< UPath, int > | UPathIntDictionary [get, set] |
| |
| Dictionary< string, TestEnum > | StringEnumDictionary [get, set] |
| |
Definition at line 17 of file TestAsset.cs.
| Enumerator |
|---|
| DefaultValue |
|
| FirstValue |
|
| SecondValue |
|
| ThirdValue |
|
Definition at line 19 of file TestAsset.cs.
| SiliconStudio.Paradox.Assets.TestAsset.TestAsset |
( |
| ) |
|
| static TestAsset SiliconStudio.Paradox.Assets.TestAsset.New |
( |
| ) |
|
|
static |
| const string SiliconStudio.Paradox.Assets.TestAsset.FileExtension = ".pdxtest" |
| bool SiliconStudio.Paradox.Assets.TestAsset.BoolValue |
|
getset |
| TestEnum SiliconStudio.Paradox.Assets.TestAsset.EnumValue |
|
getset |
| float SiliconStudio.Paradox.Assets.TestAsset.FloatValue |
|
getset |
| List<int> SiliconStudio.Paradox.Assets.TestAsset.IntList |
|
getset |
| int SiliconStudio.Paradox.Assets.TestAsset.IntValue |
|
getset |
| bool SiliconStudio.Paradox.Assets.TestAsset.NullableBoolValue |
|
getset |
| TestEnum SiliconStudio.Paradox.Assets.TestAsset.NullableEnumValue |
|
getset |
| float SiliconStudio.Paradox.Assets.TestAsset.NullableFloatValue |
|
getset |
| Dictionary<string, TestEnum> SiliconStudio.Paradox.Assets.TestAsset.StringEnumDictionary |
|
getset |
| List<string> SiliconStudio.Paradox.Assets.TestAsset.StringList |
|
getset |
| Dictionary<string, UPath> SiliconStudio.Paradox.Assets.TestAsset.StringUPathDictionary |
|
getset |
| string SiliconStudio.Paradox.Assets.TestAsset.StringValue |
|
getset |
| Dictionary<UPath, int> SiliconStudio.Paradox.Assets.TestAsset.UPathIntDictionary |
|
getset |
| List<UPath> SiliconStudio.Paradox.Assets.TestAsset.UPathList |
|
getset |
| UPath SiliconStudio.Paradox.Assets.TestAsset.UPathValue |
|
getset |
| UInt16 SiliconStudio.Paradox.Assets.TestAsset.UShortValue |
|
getset |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Assets/TestAsset.cs