Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.KarmaParamsCollision | +-- Engine.KarmaParams
KarmaParamsRBFull, KarmaParamsSkel
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
bool | bClientOnly |
bool | bDestroyOnSimError |
pointer | KAng3 |
float | KLastVel |
pointer | KTriList |
KarmaParams | |
bool | bDestroyOnWorldPenetrate |
bool | bDoSafetime |
bool | bHighDetailOnly |
bool | bKAllowRotate |
bool | bKDoubleTickRate |
bool | bKNonSphericalInertia |
bool | bKStayUpright |
float | KActorGravScale |
float | KAngularDamping |
float | KBuoyancy |
float | KLinearDamping |
float | KMass |
float | KMaxAngularSpeed |
float | KMaxSpeed |
vector | KStartAngVel |
bool | KStartEnabled |
vector | KStartLinVel |
float | KVelDropBelowThreshold |
array<KRepulsor> | Repulsors |
float | StayUprightDamping |
float | StayUprightStiffness |
Inherited Variables from Engine.KarmaParamsCollision |
---|
bContactingLevel, ContactRegionCenter, ContactRegionNormal, ContactRegionNormalForce, ContactRegionRadius, KAcceleration, KarmaData, KFriction, KImpactThreshold, KRestitution, KScale, KScale3D |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary |
---|
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary |
---|
Inherited Functions from Engine.KarmaParamsCollision |
---|
CalcContactRegion |
Variables Detail |
---|
Defaultproperties |
---|
defaultproperties { KMass=1 KAngularDamping=0.2 KLinearDamping=0.2 KStartEnabled=false bKStayUpright=false bKAllowRotate=false bKNonSphericalInertia=false bKDoubleTickRate=false KBuoyancy=0 KMaxSpeed=2500.0 KMaxAngularSpeed=10.0 bClientOnly=1 bHighDetailOnly=1 KActorGravScale=1 KVelDropBelowThreshold=1000000 bDestroyOnSimError=True bDestroyOnWorldPenetrate=False StayUprightStiffness=50 StayUprightDamping=0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |