14 lines
430 B
Ucode
14 lines
430 B
Ucode
//============================================================================================
|
|
// 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
|
|
}
|