Interface IGraphParent
Namespace: Ludiq.Bolt
Syntax
public interface IGraphParent
Properties
childGraph
Declaration
IGraph childGraph { get; }
Property Value
Type | Description |
---|---|
IGraph |
isSerializationRoot
Declaration
bool isSerializationRoot { get; }
Property Value
Type | Description |
---|---|
Boolean |
serializedObject
Declaration
Object serializedObject { get; }
Property Value
Type | Description |
---|---|
Object |