Delegate CoreEditorDrawer<TUIState, TData>.ActionDrawer Namespace: UnityEditor.Experimental.Rendering Syntax public delegate void ActionDrawer(TUIState s, TData p, Editor owner); Parameters Type Name Description TUIState s TData p Editor owner