Show / Hide Table of Contents

Class ExposedParameter

Inheritance
System.Object
ExposedParameter
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
[Serializable]
public class ExposedParameter

Fields

| Improve this Doc View Source

guid

Declaration
public string guid
Field Value
Type Description
System.String
| Improve this Doc View Source

input

Declaration
public bool input
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
System.String
| Improve this Doc View Source

serializedValue

Declaration
public SerializableObject serializedValue
Field Value
Type Description
SerializableObject
| Improve this Doc View Source

settings

Declaration
public ExposedParameterSettings settings
Field Value
Type Description
ExposedParameterSettings
| Improve this Doc View Source

type

Declaration
public string type
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

shortType

Declaration
public string shortType { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX