Falco Engine
3.9.0.1 (beta)
Object.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
FalcoEngine
4
{
5
public
class
Object
6
{
7
private
IntPtr object_ptr = (IntPtr)0;
8
9
internal
Object
()
10
{
11
12
}
13
}
14
}
FalcoEngine.Object
Definition:
Object.cs:6
FalcoEngine
Definition:
AnimationClip.cs:7
API
Core
Object.cs
Generated by
1.9.2