MixedValueFieldGUI<T> Struct

Summary

A utility for drawing IMGUI fields which combine multiple sources.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit.Editor
Base Types
  • ValueType
graph BT Type-->Base0["ValueType"] Type["MixedValueFieldGUI<T>"] class Type type-node

Syntax

public readonly struct MixedValueFieldGUI<T> : ValueType

Type Parameters

Name Description
T

Constructors

Fields

Name Constant Value Summary
DrawValue
GetValue
SetValue

Methods