Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ScriptTest2.ModelConverterComponent Class Reference
Inheritance diagram for ScriptTest2.ModelConverterComponent:
SiliconStudio.Paradox.EntityModel.EntityComponent SiliconStudio.Core.IContentUrl

Static Public Attributes

static PropertyKey
< ModelConverterComponent
Key = new PropertyKey<ModelConverterComponent>("Key", typeof(ModelConverterComponent))
 

Properties

string Model [get, set]
 
EffectOld Effect [get, set]
 
- Properties inherited from SiliconStudio.Paradox.EntityModel.EntityComponent
Entity Entity [get, set]
 Gets or sets the owner entity. More...
 
Entity EnsureEntity [get]
 Gets the entity and throws an exception if the entity is null. More...
 
virtual PropertyKey DefaultKey [get]
 The default key this component is associated to. More...
 
- Properties inherited from SiliconStudio.Core.IContentUrl
string Url [get, set]
 The URL of this asset. More...
 

Additional Inherited Members

- Public Member Functions inherited from SiliconStudio.Paradox.EntityModel.EntityComponent
 EntityComponent ()
 Initializes a new instance of the EntityComponent class. More...
 
- Static Public Member Functions inherited from SiliconStudio.Paradox.EntityModel.EntityComponent
static PropertyKey GetDefaultKey< T > ()
 Gets the default key for the specified entity component type. More...
 

Detailed Description

Definition at line 27 of file AnimScript.cs.

Member Data Documentation

PropertyKey<ModelConverterComponent> ScriptTest2.ModelConverterComponent.Key = new PropertyKey<ModelConverterComponent>("Key", typeof(ModelConverterComponent))
static

Property Documentation

EffectOld ScriptTest2.ModelConverterComponent.Effect
getset

Definition at line 33 of file AnimScript.cs.

string ScriptTest2.ModelConverterComponent.Model
getset

Definition at line 32 of file AnimScript.cs.


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