Namespace: DeltaEngine.Graphics.SlimDXAssembly: DeltaEngine.Graphics.SlimDX (in DeltaEngine.Graphics.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
public Texture NativeTexture { get; protected set; }
public Texture NativeTexture { get; protected set; }
Public Property NativeTexture As Texture
Get
Protected Set
Public Property NativeTexture As Texture
Get
Protected Set
public:
property Texture^ NativeTexture {
Texture^ get ();
protected: void set (Texture^ value);
}
public:
property Texture^ NativeTexture {
Texture^ get ();
protected: void set (Texture^ value);
}
member NativeTexture : Texture with get, set
member NativeTexture : Texture with get, set
Property Value
Type:
Texture