15 lines
245 B
Ucode
15 lines
245 B
Ucode
|
/**
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
class RB_PrismaticSetup extends RB_ConstraintSetup
|
||
|
native(Physics);
|
||
|
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
LinearXSetup=(bLimited=0)
|
||
|
|
||
|
bSwingLimited=true
|
||
|
bTwistLimited=true
|
||
|
}
|