Falco Engine
3.9.0.1 (beta)
Image.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Runtime.CompilerServices;
3
using
System.Runtime.InteropServices;
4
5
namespace
FalcoEngine
6
{
7
public
class
Image
:
UIElement
8
{
9
internal
Image
()
10
{
11
12
}
13
17
public
Texture
texture
{ [MethodImpl(MethodImplOptions.InternalCall)]
get
; [MethodImpl(MethodImplOptions.InternalCall)]
set
; }
18
}
19
}
FalcoEngine.Image
Definition:
Image.cs:8
FalcoEngine.Image.texture
Texture texture
Get or set texture for this image
Definition:
Image.cs:17
FalcoEngine.Texture
Definition:
Texture.cs:8
FalcoEngine.UIElement
Definition:
UIElement.cs:8
FalcoEngine
Definition:
AnimationClip.cs:7
API
Components
UI
Image.cs
Generated by
1.9.2