Click or drag to resize

FocusableModelIsFreeLook Property

Allows the object to be viewed by the user from any angle.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool IsFreeLook { get; set; }

Property Value

Type: Boolean
Remarks

When set to false, the object can only be viewed from a fixed angle. This is useful to restrict the view of objects such as Computer Screen, E-Gel Plate, etc.

Default value is true.

See Also