| Description | Hierarchy | Fields | Methods | Properties |
type TFB_Material = class(TObject)
Material data
![]() |
FIdent: String; |
![]() |
FScaleFact: Single; |
![]() |
constructor Create(AIdent: String); |
![]() |
procedure ApplyCharacteristics(AParticle: Pointer); virtual; |
![]() |
property Identification: String read FIdent write FIdent; |
![]() |
property ScaleFactor: Single read FScaleFact write FScaleFact; |
![]() |
FIdent: String; |
|
Can be used for later identification | |
![]() |
FScaleFact: Single; |
|
Friction (precental speed loss per collision) | |
![]() |
constructor Create(AIdent: String); |
|
Class constructor. Parameters
| |
![]() |
property Identification: String read FIdent write FIdent; |
|
Identification string. | |
![]() |
property ScaleFactor: Single read FScaleFact write FScaleFact; |
|
Basic scaling vector. See also | |