19 lines
549 B
Ucode
19 lines
549 B
Ucode
|
//=============================================================================
|
||
|
// The Ball-and-Socket joint class.
|
||
|
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
//=============================================================================
|
||
|
|
||
|
class RB_BSJointActor extends RB_ConstraintActor
|
||
|
placeable;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
Begin Object NAME=Sprite
|
||
|
Sprite=Texture2D'EditorResources.S_KBSJoint'
|
||
|
End Object
|
||
|
|
||
|
Begin Object Class=RB_BSJointSetup Name=MyBSJointSetup
|
||
|
End Object
|
||
|
ConstraintSetup=MyBSJointSetup
|
||
|
}
|