7 lines
91 B
C#
7 lines
91 B
C#
public enum OnSerializeRigidBody
|
|
{
|
|
OnlyVelocity = 0,
|
|
OnlyAngularVelocity = 1,
|
|
All = 2
|
|
}
|