[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: orca_scene3d.pas line 717
type TD3Material = class(TPersistent) |
||
protected |
||
|
||
public |
||
constructor Create; virtual; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(); override; |
|
|
property OnChanged: TNotifyEvent; [rw] |
|
|
property NativeAmbient: TD3Color; [rw] |
|
|
property NativeDiffuse: TD3Color; [rw] |
|
|
property NativeBitmap: TD3Bitmap; [r] |
|
|
property TempBitmap: TD3Bitmap; [rw] |
|
|
published |
||
property Diffuse: string; [rw] |
|
|
property Ambient: string; [rw] |
|
|
property Lighting: Boolean; [rw] |
|
|
property Bitmap: string; [rw] |
|
|
property BitmapMode: TD3TexMode; [rw] |
|
|
property BitmapTileX: Single; [rw] |
|
|
property BitmapTileY: Single; [rw] |
|
|
property BitmapRect: TD3BitmapRect; [rw] |
|
|
property FillMode: TD3FillMode; [rw] |
|
|
property ShadeMode: TD3ShadeMode; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |