source:
OniSplit/Objects/GunkObjectClass.cs@
1202
| Last change on this file since 1202 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 234 bytes | |
| Rev | Line | |
|---|---|---|
| [1114] | 1 | using System; |
| 2 | using Oni.Physics; | |
| 3 | ||
| 4 | namespace Oni.Objects | |
| 5 | { | |
| 6 | internal abstract class GunkObjectClass : ObjectClass | |
| 7 | { | |
| 8 | public abstract ObjectGeometry[] GunkNodes | |
| 9 | { | |
| 10 | get; | |
| 11 | } | |
| 12 | } | |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
