C# Класс InterpolationButton

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

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

Метод Описание
Initialize ( bool interpolation, float lerpSpeed, float distanceStop, float angleStop, string tooltipText, System interpolationChanged, System lerpSpeedChanged, System distanceStopChanged, System angleStopChanged ) : void
InterpolationButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network
Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void

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

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

public Initialize ( bool interpolation, float lerpSpeed, float distanceStop, float angleStop, string tooltipText, System interpolationChanged, System lerpSpeedChanged, System distanceStopChanged, System angleStopChanged ) : void
interpolation bool
lerpSpeed float
distanceStop float
angleStop float
tooltipText string
interpolationChanged System
lerpSpeedChanged System
distanceStopChanged System
angleStopChanged System
Результат void

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

public InterpolationButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network
buttonStyle ForgeButtonStyle,
submitStyle ForgeSubmitButtonStyle,
Результат BeardedManStudios.Network

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

public Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void
windowEvent Event
fontStyle GUIStyle
window Editor
width int
height int
Результат void