Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.RawImport Class Reference

Describes a raw import, as used in project file. More...

Public Member Functions

 RawImport ()
 

Properties

UDirectory SourceDirectory [get, set]
 Gets or sets the source directory. More...
 
List< string > Patterns [get, set]
 Gets the source file patterns. More...
 
UDirectory TargetLocation [get, set]
 Gets or sets the asset target location. More...
 

Detailed Description

Describes a raw import, as used in project file.

Definition at line 14 of file RawImport.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.RawImport.RawImport ( )

Definition at line 16 of file RawImport.cs.

Property Documentation

List<string> SiliconStudio.Assets.RawImport.Patterns
getset

Gets the source file patterns.

The patterns.

Definition at line 39 of file RawImport.cs.

UDirectory SiliconStudio.Assets.RawImport.SourceDirectory
getset

Gets or sets the source directory.

The source directory.

Definition at line 30 of file RawImport.cs.

UDirectory SiliconStudio.Assets.RawImport.TargetLocation
getset

Gets or sets the asset target location.

The asset target location.

Definition at line 50 of file RawImport.cs.


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