Class TPartialSend

Unit

Declaration

type TPartialSend = class(TObject)

Description

Send along with the animation that should be applied only partially (because it fades-out or fades-in).

Source: src/scene/x3d/castlefields_x3dfield.inc (line 31).

Hierarchy

  • TObject
  • TPartialSend

Overview

Fields

Public Partial: Single;
Public AffectedFields: TX3DFieldList;
Public IgnoreIfCannotLerp: Boolean;

Methods

Public constructor Create;
Public destructor Destroy; override;

Description

Fields

Public Partial: Single;

Strength of the fading-in/out animation, in 0..1.

Source: src/scene/x3d/castlefields_x3dfield.inc (line 33).

Public AffectedFields: TX3DFieldList;

All fields affected by sending of this TPartialSend should add themselves to this list.

Source: src/scene/x3d/castlefields_x3dfield.inc (line 37).

Public IgnoreIfCannotLerp: Boolean;

Ignore the send on fields that do not support lerp (e.g. integer and boolean fields).

Source: src/scene/x3d/castlefields_x3dfield.inc (line 41).

Methods

Public constructor Create;

This item has no description.

Source: src/scene/x3d/castlefields_x3dfield.inc (line 43).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/x3d/castlefields_x3dfield.inc (line 44).


Generated by PasDoc 0.17.0.snapshot.