1
0
KF2-Dev-Scripts/Engine/Classes/RB_PrismaticActor.uc

29 lines
776 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
//=============================================================================
// The Prismatic joint class.
//=============================================================================
class RB_PrismaticActor extends RB_ConstraintActor
placeable;
defaultproperties
{
Begin Object Class=RB_PrismaticSetup Name=MyPrismaticSetup
End Object
ConstraintSetup=MyPrismaticSetup
Begin Object Name=Sprite
Sprite=Texture2D'EditorResources.S_KPrismatic'
HiddenGame=True
End Object
Begin Object Class=ArrowComponent Name=ArrowComponent0
ArrowColor=(R=255,G=64,B=64)
bTreatAsASprite=True
SpriteCategoryName="Physics"
End Object
Components.Add(ArrowComponent0)
}