Table of Contents

Class EntityComponentProperty

Namespace
Stride.Engine.Design
Assembly
Stride.Engine.dll
[DataContract]
public class EntityComponentProperty
Inheritance
EntityComponentProperty

Constructors

EntityComponentProperty()

public EntityComponentProperty()

EntityComponentProperty(EntityComponentPropertyType, string, object)

public EntityComponentProperty(EntityComponentPropertyType type, string name, object value)

Parameters

type EntityComponentPropertyType
name string
value object

Properties

Name

public string Name { get; set; }

Property Value

string

Type

public EntityComponentPropertyType Type { get; set; }

Property Value

EntityComponentPropertyType

Value

public object Value { get; set; }

Property Value

object