rott/kf_sources/Engine/Classes/MatDemoActor.uc
2026-07-14 20:27:09 +07:00

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
}