Class EntitySelectionEventArgs
Inheritance
System.EventArgs
EntitySelectionEventArgs
Assembly: cs.temp.dll.dll
Syntax
public class EntitySelectionEventArgs : EventArgs
Constructors
EntitySelectionEventArgs(SelectionType, SelectedType, Boolean)
Declaration
public EntitySelectionEventArgs(SelectionType type, SelectedType selectedType, bool isLocalPlayerClickSelection)
Parameters
| Type |
Name |
Description |
| SelectionType |
type |
|
| SelectedType |
selectedType |
|
| Boolean |
isLocalPlayerClickSelection |
|
Properties
IsLocalPlayerClickSelection
Declaration
public bool IsLocalPlayerClickSelection { get; }
Property Value
SelectedType
Declaration
public SelectedType SelectedType { get; }
Property Value
| Type |
Description |
| SelectedType |
|
Type
Declaration
public SelectionType Type { get; }
Property Value
| Type |
Description |
| SelectionType |
|