C# 클래스 EditorObjects.Gui.TextureCoordinatePropertyGridHelper

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
CreatePixelCoordinateUi ( PropertyGrid propertyGrid, string topProperty, string bottomProperty, string leftProperty, string rightProperty, string category, UpDown &topPixel, UpDown &leftPixel, UpDown &heightPixel, UpDown &widthPixel ) : void

메소드 상세

CreatePixelCoordinateUi() 공개 정적인 메소드

public static CreatePixelCoordinateUi ( PropertyGrid propertyGrid, string topProperty, string bottomProperty, string leftProperty, string rightProperty, string category, UpDown &topPixel, UpDown &leftPixel, UpDown &heightPixel, UpDown &widthPixel ) : void
propertyGrid PropertyGrid
topProperty string
bottomProperty string
leftProperty string
rightProperty string
category string
topPixel FlatRedBall.Gui.UpDown
leftPixel FlatRedBall.Gui.UpDown
heightPixel FlatRedBall.Gui.UpDown
widthPixel FlatRedBall.Gui.UpDown
리턴 void