Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    EntityComponentProperty Class

    Namespace: Stride.Engine.Design
    Assembly: Stride.Engine.dll
    System.Object → EntityComponentProperty
    Derived from EntityComponentProperty:

    [DataContract]
    public class EntityComponentProperty
    Name Description
    Constructors
    EntityComponentProperty()
    EntityComponentProperty(EntityComponentPropertyType, String, Object)
    Properties
    Name
    Type
    Value
    | Improve this Doc View Source

    Constructors


    EntityComponentProperty()

    public EntityComponentProperty()

    EntityComponentProperty(EntityComponentPropertyType, String, Object)

    public EntityComponentProperty(EntityComponentPropertyType type, string name, object value)
    Parameters
    Type Name Description
    EntityComponentPropertyType type
    System.String name
    System.Object value
    | 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
    Type Description
    EntityComponentPropertyType

    Value

    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation