Class TCastleTransformHover

Unit

Declaration

type TCastleTransformHover = class(TComponent)

Description

Visualize the TCastleTransform we hover over (to visualize what would be selected by clicking).

Source: scene/castletransformmanipulate.pas (line 33).

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TCastleTransformHover

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Public property Current: TCastleTransform read FCurrent write SetCurrent;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: scene/castletransformmanipulate.pas (line 42).

Public destructor Destroy; override;

This item has no description.

Source: scene/castletransformmanipulate.pas (line 43).

Properties

Public property Current: TCastleTransform read FCurrent write SetCurrent;

Current TCastleTransform instance that "we are hovering over it, and clicking will select it".

Source: scene/castletransformmanipulate.pas (line 47).


Generated by PasDoc 0.17.0.snapshot.