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).
Hierarchy
- TObject
- TPartialSend
Overview
Fields
|  | Partial: Single; | 
|  | AffectedFields: TX3DFieldList; | 
|  | IgnoreIfCannotLerp: Boolean; | 
Methods
|  | constructor Create; | 
|  | destructor Destroy; override; | 
Description
Fields
|  | Partial: Single; | 
| Strength of the fading-in/out animation, in 0..1. | |
|  | AffectedFields: TX3DFieldList; | 
| All fields affected by sending of this TPartialSend should add themselves to this list. | |
|  | IgnoreIfCannotLerp: Boolean; | 
| Ignore the send on fields that do not support lerp (e.g. integer and boolean fields). | |
Methods
|  | constructor Create; | 
| This item has no description. | |
|  | destructor Destroy; override; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.