home *** CD-ROM | disk | FTP | other *** search
- //============================================================================================
- // MatDemoActor: Non-abstract class to hang animating meshes on in the in-editor preview mode.
- //============================================================================================
-
- class MatDemoActor extends Actor
- native;
-
- defaultproperties
- {
- bStatic=True
- DrawType=DT_Mesh
- SoundOcclusion=OCCLUSION_None
- }
-