Class InteractionVerb
Primary interaction verbs. This includes both use-in-hand and interacting with external entities.
Inheritance
System.Object
InteractionVerb
Assembly: Content.Shared.dll
Syntax
public sealed class InteractionVerb : Verb
Constructors
|
Improve this Doc
View Source
InteractionVerb()
Declaration
Fields
|
Improve this Doc
View Source
DefaultTextStyleClass
Declaration
public static string DefaultTextStyleClass
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
DefaultDoContactInteraction
Declaration
public override bool DefaultDoContactInteraction { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
TypePriority
Declaration
public override int TypePriority { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides