Class GraphableReference
Inheritance
System.Object
GraphableReference
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
[Serializable]
public class GraphableReference
Constructors
GraphableReference(IGraphable)
Declaration
public GraphableReference(IGraphable graphable)
Parameters
Type | Name | Description |
---|---|---|
IGraphable | graphable |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RawValue
Declaration
public ScriptableObject RawValue { get; }
Property Value
Type | Description |
---|---|
UnityEngine.ScriptableObject |
Value
Declaration
public IGraphable Value { get; }
Property Value
Type | Description |
---|---|
IGraphable |
Methods
TryGetValue(out IGraphable)
Declaration
public bool TryGetValue(out IGraphable value)
Parameters
Type | Name | Description |
---|---|---|
IGraphable | value |
Returns
Type | Description |
---|---|
System.Boolean |