Click or drag to resize

FocusableModelIsFocusable Property

Allows an element to be focused on.

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

Property Value

Type: String
Remarks

Setting IsFocusable to true allows the element to be focused on during the simulation. When the element is clicked by the user, the camera will be move to this element.

Requires a camera to have been created for this GameObject by the artist when creating the 3D object.

Default value is false.

See Also