C# 클래스 FullInspector.Rotorz.ReorderableList.Internal.ReorderableListResources

Resources to assist with reorderable list control.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 프로퍼티들

프로퍼티 타입 설명
texAddButtonActiveFlipped UnityEngine.Texture2D
texAddButtonFlipped UnityEngine.Texture2D

공개 메소드들

메소드 설명
CreatePixelTexture ( string name, Color color ) : Texture2D

Create 1x1 pixel texture of specified color.

비공개 메소드들

메소드 설명
FlipTexture ( Texture2D texture ) : Texture2D
GenerateSpecialTextures ( ) : void

Generate special textures.

GetImageSize ( byte imageData, int &width, int &height ) : void

Read width and height if PNG file in pixels.

LoadResourceAssets ( ) : void

Read textures from base-64 encoded strings. Automatically selects assets based upon whether the light or dark (pro) skin is active.

ReadInt ( byte imageData, int offset ) : int
ReorderableListResources ( ) : System

메소드 상세

CreatePixelTexture() 공개 정적인 메소드

Create 1x1 pixel texture of specified color.
public static CreatePixelTexture ( string name, Color color ) : Texture2D
name string Name for texture object.
color Color Pixel color.
리턴 UnityEngine.Texture2D

프로퍼티 상세

texAddButtonActiveFlipped 공개적으로 정적으로 프로퍼티

public static Texture2D,UnityEngine texAddButtonActiveFlipped
리턴 UnityEngine.Texture2D

texAddButtonFlipped 공개적으로 정적으로 프로퍼티

public static Texture2D,UnityEngine texAddButtonFlipped
리턴 UnityEngine.Texture2D