holoride
Search Results for

    Show / Hide Table of Contents

    Class InjectGraphDataAttribute

    Prefab-based spawners in the node graph will scan scripts for fields/properties with this attribute. Annotated fields/properties will automatically display input ports in the node graph from where the data for the fields will be pulled.

    Inheritance
    object
    Attribute
    InjectGraphDataAttribute
    Namespace: Holoride.ElasticSDK.Graph
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
    [MeansImplicitUse]
    public class InjectGraphDataAttribute : Attribute

    Properties

    PortName

    Declaration
    public string PortName { get; set; }
    Property Value
    Type Description
    string
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint