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: 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. | |
| Public | AffectedFields: TX3DFieldList; |
|
All fields affected by sending of this TPartialSend should add themselves to this list. | |
| Public | IgnoreIfCannotLerp: Boolean; |
|
Ignore the send on fields that do not support lerp (e.g. integer and boolean fields). | |
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.