Interface ITwoDimensionPlatform
- Namespace
- TaleWorlds.TwoDimension
- Assembly
- TaleWorlds.TwoDimension.dll
public interface ITwoDimensionPlatform
Properties
ApplicationTime
float ApplicationTime { get; }
Property Value
Height
float Height { get; }
Property Value
ReferenceHeight
float ReferenceHeight { get; }
Property Value
ReferenceWidth
float ReferenceWidth { get; }
Property Value
Width
float Width { get; }
Property Value
Methods
BeginDebugPanel(string)
void BeginDebugPanel(string panelTitle)
Parameters
panelTitlestring
CreateSoundEvent(string)
void CreateSoundEvent(string soundName)
Parameters
soundNamestring
Draw(float, float, Material, DrawObject2D, int)
void Draw(float x, float y, Material material, DrawObject2D drawObject2D, int layer)
Parameters
xfloatyfloatmaterialMaterialdrawObject2DDrawObject2Dlayerint
DrawCheckbox(string, ref bool)
void DrawCheckbox(string label, ref bool isChecked)
Parameters
DrawDebugText(string)
void DrawDebugText(string text)
Parameters
textstring
DrawDebugTreeNode(string)
bool DrawDebugTreeNode(string text)
Parameters
textstring
Returns
EndDebugPanel()
void EndDebugPanel()
IsDebugItemHovered()
bool IsDebugItemHovered()
Returns
IsDebugModeEnabled()
bool IsDebugModeEnabled()
Returns
OpenOnScreenKeyboard(string, string, int, int)
void OpenOnScreenKeyboard(string initialText, string descriptionText, int maxLength, int keyboardTypeEnum)
Parameters
PlaySound(string)
void PlaySound(string soundName)
Parameters
soundNamestring
PlaySoundEvent(string)
void PlaySoundEvent(string soundName)
Parameters
soundNamestring
PopDebugTreeNode()
void PopDebugTreeNode()
ResetScissor()
void ResetScissor()
SetScissor(ScissorTestInfo)
void SetScissor(ScissorTestInfo scissorTestInfo)
Parameters
scissorTestInfoScissorTestInfo
StopAndRemoveSoundEvent(string)
void StopAndRemoveSoundEvent(string soundName)
Parameters
soundNamestring
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).