CommandName
public struct CommandName : Hashable, Equatable, RawRepresentable
Identifies an EditorCommand or a RendererCommand
-
Name of the command. Must be unique across different types of commands.
Declaration
Swift
public let rawValue: String -
Undocumented
Declaration
Swift
public init(_ rawValue: String) -
Declaration
Swift
public init(rawValue: String)
View on GitHub
CommandName Structure Reference