C# Класс SpriteEditor.GameForm

Наследование: EditorObjects.EditorWindow
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
camera SpriteEditor.SEPositionedObjects.EditorCamera
cursor SECursor

Открытые методы

Метод Описание
FrameUpdate ( ) : void
GameForm ( ) : System

Приватные методы

Метод Описание
DrawShapesAndLines ( ) : void
GameForm_DragDrop ( object sender, DragEventArgs e ) : void
Main ( string args ) : void
ProcessCommandLineArguments ( string args ) : void
VerifyScnRegistry ( ) : void

Checks to see if the currently running instance of the sprite editor is associated with the .scn file extension.

Currently only attempts to check/associate if the currently logged in user is a windows administrator. Have not fully investigated whether you really need unrestricted access to the registry to create/edit the required registry keys (in HKEY_CLASSES_ROOT), or if there is a way to do the association as a limited user. In the mean time, we will err on the side of caution.

Описание методов

FrameUpdate() публичный Метод

public FrameUpdate ( ) : void
Результат void

GameForm() публичный Метод

public GameForm ( ) : System
Результат System

Описание свойств

camera публичное статическое свойство

public static SpriteEditor.SEPositionedObjects.EditorCamera camera
Результат SpriteEditor.SEPositionedObjects.EditorCamera

cursor публичное статическое свойство

public static SECursor cursor
Результат SECursor