Falco Engine 3.9.0.1 (beta)
Cubemap.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace FalcoEngine
7{
8 public class Cubemap : Asset
9 {
10 internal Cubemap() { }
11 }
12}