C# Class UnityEditor.MemoryElementSelection

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ClearSelection ( ) : void
MoveDown ( ) : void
MoveFirst ( ) : void
MoveLast ( ) : void
MoveParent ( ) : void
MoveUp ( ) : void
SetSelection ( MemoryElement node ) : void
isSelected ( MemoryElement node ) : bool

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

MoveDown() public method

public MoveDown ( ) : void
return void

MoveFirst() public method

public MoveFirst ( ) : void
return void

MoveLast() public method

public MoveLast ( ) : void
return void

MoveParent() public method

public MoveParent ( ) : void
return void

MoveUp() public method

public MoveUp ( ) : void
return void

SetSelection() public method

public SetSelection ( MemoryElement node ) : void
node MemoryElement
return void

isSelected() public method

public isSelected ( MemoryElement node ) : bool
node MemoryElement
return bool