source:
OniSplit/Physics/ObjectPhysicsType.cs@
1127
Last change on this file since 1127 was 1114, checked in by , 5 years ago | |
---|---|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | using System; |
2 | ||
3 | namespace Oni.Physics | |
4 | { | |
5 | internal enum ObjectPhysicsType | |
6 | { | |
7 | None = 0, | |
8 | Static = 1, | |
9 | Linear = 2, | |
10 | Animated = 3, | |
11 | Newton = 4, | |
12 | } | |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.