C# Class AimingPointSphere, arcor2_areditor

Inheritance: InteractiveObject
显示文件 Open project: robofit/arcor2_areditor Class Usage Examples

Public Properties

Property Type Description
Renderer MeshRenderer,

Public Methods

Method Description
CloseMenu ( ) : void
EnableVisual ( bool enable ) : void
GetId ( ) : string
GetName ( ) : string
GetObjectTypeName ( ) : string
HasMenu ( ) : bool
Highlight ( ) : void
Init ( int index, string name ) : void
Movable ( ) : Task
OnClick ( Click, type ) : void
OnHoverEnd ( ) : void
OnHoverStart ( ) : void
OpenMenu ( ) : void
Removable ( ) : Task
Remove ( ) : void
Rename ( string name ) : Task,
SetAimed ( bool aimed ) : void
StartManipulation ( ) : void
UnHighlight ( ) : void
UpdateColor ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Method Details

CloseMenu() public method

public CloseMenu ( ) : void
return void

EnableVisual() public method

public EnableVisual ( bool enable ) : void
enable bool
return void

GetId() public method

public GetId ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetObjectTypeName() public method

public GetObjectTypeName ( ) : string
return string

HasMenu() public method

public HasMenu ( ) : bool
return bool

Highlight() public method

public Highlight ( ) : void
return void

Init() public method

public Init ( int index, string name ) : void
index int
name string
return void

Movable() public method

public Movable ( ) : Task
return Task

OnClick() public method

public OnClick ( Click, type ) : void
type Click,
return void

OnHoverEnd() public method

public OnHoverEnd ( ) : void
return void

OnHoverStart() public method

public OnHoverStart ( ) : void
return void

OpenMenu() public method

public OpenMenu ( ) : void
return void

Removable() public method

public Removable ( ) : Task
return Task

Remove() public method

public Remove ( ) : void
return void

Rename() public method

public Rename ( string name ) : Task,
name string
return Task,

SetAimed() public method

public SetAimed ( bool aimed ) : void
aimed bool
return void

StartManipulation() public method

public StartManipulation ( ) : void
return void

UnHighlight() public method

public UnHighlight ( ) : void
return void

UpdateColor() public method

public UpdateColor ( ) : void
return void

Property Details

Renderer public_oe property

public MeshRenderer, Renderer
return MeshRenderer,