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
panelTitle
string
CreateSoundEvent(string)
void CreateSoundEvent(string soundName)
Parameters
soundName
string
Draw(float, float, Material, DrawObject2D, int)
void Draw(float x, float y, Material material, DrawObject2D drawObject2D, int layer)
Parameters
x
floaty
floatmaterial
MaterialdrawObject2D
DrawObject2Dlayer
int
DrawCheckbox(string, ref bool)
void DrawCheckbox(string label, ref bool isChecked)
Parameters
DrawDebugText(string)
void DrawDebugText(string text)
Parameters
text
string
DrawDebugTreeNode(string)
bool DrawDebugTreeNode(string text)
Parameters
text
string
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
soundName
string
PlaySoundEvent(string)
void PlaySoundEvent(string soundName)
Parameters
soundName
string
PopDebugTreeNode()
void PopDebugTreeNode()
ResetScissor()
void ResetScissor()
SetScissor(ScissorTestInfo)
void SetScissor(ScissorTestInfo scissorTestInfo)
Parameters
scissorTestInfo
ScissorTestInfo
StopAndRemoveSoundEvent(string)
void StopAndRemoveSoundEvent(string soundName)
Parameters
soundName
string
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).