C# Class AimingPointSphere, arcor2_areditor

Inheritance: InteractiveObject
Afficher le fichier Open project: robofit/arcor2_areditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Renderer MeshRenderer,

Méthodes publiques

Méthode 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

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void

Method Details

CloseMenu() public méthode

public CloseMenu ( ) : void
Résultat void

EnableVisual() public méthode

public EnableVisual ( bool enable ) : void
enable bool
Résultat void

GetId() public méthode

public GetId ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetObjectTypeName() public méthode

public GetObjectTypeName ( ) : string
Résultat string

HasMenu() public méthode

public HasMenu ( ) : bool
Résultat bool

Highlight() public méthode

public Highlight ( ) : void
Résultat void

Init() public méthode

public Init ( int index, string name ) : void
index int
name string
Résultat void

Movable() public méthode

public Movable ( ) : Task
Résultat Task

OnClick() public méthode

public OnClick ( Click, type ) : void
type Click,
Résultat void

OnHoverEnd() public méthode

public OnHoverEnd ( ) : void
Résultat void

OnHoverStart() public méthode

public OnHoverStart ( ) : void
Résultat void

OpenMenu() public méthode

public OpenMenu ( ) : void
Résultat void

Removable() public méthode

public Removable ( ) : Task
Résultat Task

Remove() public méthode

public Remove ( ) : void
Résultat void

Rename() public méthode

public Rename ( string name ) : Task,
name string
Résultat Task,

SetAimed() public méthode

public SetAimed ( bool aimed ) : void
aimed bool
Résultat void

StartManipulation() public méthode

public StartManipulation ( ) : void
Résultat void

UnHighlight() public méthode

public UnHighlight ( ) : void
Résultat void

UpdateColor() public méthode

public UpdateColor ( ) : void
Résultat void

Property Details

Renderer public_oe property

public MeshRenderer, Renderer
Résultat MeshRenderer,