Struct Parameter<T>
A wrapper for a parameter. This allows the creation of presets and custom behaviours for classes that require user configurable parameter setup.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
public struct Parameter<T>
Type Parameters
| Name | Description |
|---|---|
| T | Type for this parameter |
Fields
defaultValue
Declaration
public T defaultValue
Field Value
| Type | Description |
|---|---|
| T |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |
status
Declaration
public ParameterAvailability status
Field Value
| Type | Description |
|---|---|
| ParameterAvailability |
tooltip
Declaration
public string tooltip
Field Value
| Type | Description |
|---|---|
| System.String |