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.
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 |