C# Class UnityEngine.Texture

Inheritance: Object
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetNativeTexturePtr ( ) : IntPtr

Retrieve a native (underlying graphics API) pointer to the texture resource.

Private Methods

Method Description
GetNativeTextureID ( ) : int
INTERNAL_CALL_GetNativeTexturePtr ( Texture self, IntPtr &value ) : void
INTERNAL_get_texelSize ( Vector2 &value ) : void
Internal_GetDimension ( Texture t ) : TextureDimension
Internal_GetHeight ( Texture t ) : int
Internal_GetWidth ( Texture t ) : int
SetGlobalAnisotropicFilteringLimits ( int forcedMin, int globalMax ) : void

Method Details

GetNativeTexturePtr() public method

Retrieve a native (underlying graphics API) pointer to the texture resource.

public GetNativeTexturePtr ( ) : IntPtr
return System.IntPtr