r3vccamctrl

r3vccamctrl

Class

plugins/tools/viewctrl/r3vccamctrl.h

Library

r3viewctrl

Description:

Camera navigation controls

See Also

oops/r3gadget.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Vccamctrl

Class Identifier

R3CLID_VCCAMCTRL - 2776

Methods

Attributes

ShowLabels,

ShowLabels

Attribute

ShowLabels

Identifier

R3VCCAMCTRLA_ShowLabels

JavaScript type

Boolean

C type

R3BOOL

Description

Syntax


jsobj.SetShowLabels(value);
value = jsobj.GetShowLabels();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3VCCAMCTRLA_ShowLabels, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3VCCAMCTRLA_ShowLabels, &value, R3TAG_END);