EntityComponentProperty Class
Namespace: Stride.Engine.Design
Assembly: Stride.Engine.dll
System.Object →
EntityComponentProperty
Derived from EntityComponentProperty:
[DataContract]
public class EntityComponentProperty
|
Improve this Doc
View Source
Constructors
EntityComponentProperty()
public EntityComponentProperty()
EntityComponentProperty(EntityComponentPropertyType, String, Object)
public EntityComponentProperty(EntityComponentPropertyType type, string name, object value)
Parameters
|
Improve this Doc
View Source
Properties
Name
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
public EntityComponentPropertyType Type { get; set; }
Property Value
Value
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Extension Methods