Property | Type | Description | |
---|---|---|---|
bar | StatusBar[] | ||
choicePositions | Vector2[] | ||
choiceSizes | Vector2[] | ||
colCount | int | ||
colFill | ColumnFill | ||
maxCol | int | ||
maxSelection | int | ||
newContent | bool | ||
newTextures | bool | ||
selection | int | ||
selectionHeight | float | ||
selectionOffset | float | ||
speakerPortrait | SpeakerPortrait | ||
viewHeight | float |
Property | Type | Description | |
---|---|---|---|
addScroll | bool | ||
bgFocusTexture | Texture2D | ||
bgTexture | Texture2D | ||
contentTexture | Texture2D | ||
dp | DialoguePosition | ||
nameTexture | Texture2D | ||
okTexture | Texture2D | ||
vScrollTexture | Texture2D |
Method | Description | |
---|---|---|
AddBox ( TextPosition, textPosition ) : Rect | ||
AddContent ( TextPosition, textPosition ) : float | ||
AddName ( string name ) : void | ||
AddOk ( ) : void | ||
AddScroll ( Rect b, float p2OffsetY, TextPosition, textPosition ) : void | ||
ChangeScroll ( float add ) : void | ||
ChangeSelection ( int add ) : void | ||
ChangeSelectionHorizontal ( int add ) : void | ||
ChangeSelectionVertical ( int add ) : void | ||
CheckChoice ( Vector2 mousePosition ) : void | ||
CheckDrag ( Vector2 mousePosition ) : ChoiceContent, | ||
CheckDrop ( Vector2 mousePosition ) : ChoiceContent, | ||
ChoiceWindow ( int windowID ) : void | ||
CreateChoiceContents ( GUIContent choices ) : ChoiceContent[], | ||
CreateChoiceContents ( string choices ) : ChoiceContent[], | ||
CreateContent ( DialoguePosition, dp, string name, string text, ChoiceContent, choices, SpeakerPortrait, speakerPortrait, StatusBar, bar ) : void | ||
DeleteTextures ( ) : void | ||
EqualChoices ( ChoiceContent, choices ) : bool | ||
EqualContent ( string text, ChoiceContent, choices ) : bool | ||
GetBackgroundTexture ( ) : |
||
GetColorString ( int color ) : string | ||
GetContentTexture ( ) : |
||
GetDragOnPosition ( Vector2 pos ) : ChoiceContent, | ||
GetDropOnPosition ( Vector2 pos ) : ChoiceContent, | ||
GetNameTexture ( ) : |
||
GetOkTexture ( ) : |
||
GetSelection ( ) : int | ||
GetShadowColorString ( int color ) : string | ||
GetUnshownText ( ) : string | ||
GetVScrollTexture ( ) : Texture2D | ||
HasContentTexture ( ) : bool | ||
HasNameTexture ( ) : bool | ||
HasOkTexture ( ) : bool | ||
HasVScrollTexture ( ) : bool | ||
IsChoice ( ) : bool | ||
MultiLabel ( ) : UnityEngine | ||
NextSpecial ( string text, string special ) : int | ||
NextSpecialString ( string text, string special ) : string | ||
ReShow ( string text ) : void | ||
ReplaceSpecials ( string text ) : string | ||
ResetScroll ( ) : void | ||
SetSelection ( int index ) : void | ||
ShowChoice ( DialoguePosition dp, string text, string name, ChoiceContent choices ) : bool | ||
ShowChoice ( DialoguePosition dp, string text, string name, ChoiceContent choices, SpeakerPortrait speakerPortrait, StatusBar bar ) : bool | ||
ShowChoice ( DialoguePosition dp, string text, string name, GUIContent choices ) : bool | ||
ShowChoice ( DialoguePosition dp, string text, string name, GUIContent choices, SpeakerPortrait speakerPortrait ) : bool | ||
ShowChoice ( DialoguePosition dp, string text, string name, string choices ) : bool | ||
ShowChoice ( DialoguePosition dp, string text, string name, string choices, SpeakerPortrait speakerPortrait ) : bool | ||
ShowOneLine ( DialoguePosition dp, string text ) : string | ||
ShowOneLine ( DialoguePosition dp, string text, int c1, int c2 ) : string | ||
ShowText ( DialoguePosition dp, string text, string name ) : string | ||
ShowText ( DialoguePosition dp, string text, string name, SpeakerPortrait speakerPortrait ) : string | ||
ShowText ( string text, string name ) : string | ||
TextWindow ( int windowID ) : void | ||
Tick ( float t ) : void |
public AddBox ( TextPosition, textPosition ) : Rect | ||
textPosition | TextPosition, | |
return | Rect |
public AddContent ( TextPosition, textPosition ) : float | ||
textPosition | TextPosition, | |
return | float |
public AddScroll ( Rect b, float p2OffsetY, TextPosition, textPosition ) : void | ||
b | Rect | |
p2OffsetY | float | |
textPosition | TextPosition, | |
return | void |
public ChangeSelectionHorizontal ( int add ) : void | ||
add | int | |
return | void |
public ChangeSelectionVertical ( int add ) : void | ||
add | int | |
return | void |
public CheckChoice ( Vector2 mousePosition ) : void | ||
mousePosition | Vector2 | |
return | void |
public CheckDrag ( Vector2 mousePosition ) : ChoiceContent, | ||
mousePosition | Vector2 | |
return | ChoiceContent, |
public CheckDrop ( Vector2 mousePosition ) : ChoiceContent, | ||
mousePosition | Vector2 | |
return | ChoiceContent, |
public static CreateChoiceContents ( GUIContent choices ) : ChoiceContent[], | ||
choices | GUIContent | |
return | ChoiceContent[], |
public static CreateChoiceContents ( string choices ) : ChoiceContent[], | ||
choices | string | |
return | ChoiceContent[], |
public CreateContent ( DialoguePosition, dp, string name, string text, ChoiceContent, choices, SpeakerPortrait, speakerPortrait, StatusBar, bar ) : void | ||
dp | DialoguePosition, | |
name | string | |
text | string | |
choices | ChoiceContent, | |
speakerPortrait | SpeakerPortrait, | |
bar | StatusBar, | |
return | void |
public EqualChoices ( ChoiceContent, choices ) : bool | ||
choices | ChoiceContent, | |
return | bool |
public EqualContent ( string text, ChoiceContent, choices ) : bool | ||
text | string | |
choices | ChoiceContent, | |
return | bool |
public GetBackgroundTexture ( ) : |
||
return |
public static GetColorString ( int color ) : string | ||
color | int | |
return | string |
public GetContentTexture ( ) : |
||
return |
public GetDragOnPosition ( Vector2 pos ) : ChoiceContent, | ||
pos | Vector2 | |
return | ChoiceContent, |
public GetDropOnPosition ( Vector2 pos ) : ChoiceContent, | ||
pos | Vector2 | |
return | ChoiceContent, |
public static GetShadowColorString ( int color ) : string | ||
color | int | |
return | string |
public static NextSpecial ( string text, string special ) : int | ||
text | string | |
special | string | |
return | int |
public static NextSpecialString ( string text, string special ) : string | ||
text | string | |
special | string | |
return | string |
public static ReplaceSpecials ( string text ) : string | ||
text | string | |
return | string |
public ShowChoice ( DialoguePosition dp, string text, string name, ChoiceContent choices ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | ChoiceContent | |
return | bool |
public ShowChoice ( DialoguePosition dp, string text, string name, ChoiceContent choices, SpeakerPortrait speakerPortrait, StatusBar bar ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | ChoiceContent | |
speakerPortrait | SpeakerPortrait | |
bar | StatusBar | |
return | bool |
public ShowChoice ( DialoguePosition dp, string text, string name, GUIContent choices ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | GUIContent | |
return | bool |
public ShowChoice ( DialoguePosition dp, string text, string name, GUIContent choices, SpeakerPortrait speakerPortrait ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | GUIContent | |
speakerPortrait | SpeakerPortrait | |
return | bool |
public ShowChoice ( DialoguePosition dp, string text, string name, string choices ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | string | |
return | bool |
public ShowChoice ( DialoguePosition dp, string text, string name, string choices, SpeakerPortrait speakerPortrait ) : bool | ||
dp | DialoguePosition | |
text | string | |
name | string | |
choices | string | |
speakerPortrait | SpeakerPortrait | |
return | bool |
public ShowOneLine ( DialoguePosition dp, string text ) : string | ||
dp | DialoguePosition | |
text | string | |
return | string |
public ShowOneLine ( DialoguePosition dp, string text, int c1, int c2 ) : string | ||
dp | DialoguePosition | |
text | string | |
c1 | int | |
c2 | int | |
return | string |
public ShowText ( DialoguePosition dp, string text, string name ) : string | ||
dp | DialoguePosition | |
text | string | |
name | string | |
return | string |
public ShowText ( DialoguePosition dp, string text, string name, SpeakerPortrait speakerPortrait ) : string | ||
dp | DialoguePosition | |
text | string | |
name | string | |
speakerPortrait | SpeakerPortrait | |
return | string |
public ShowText ( string text, string name ) : string | ||
text | string | |
name | string | |
return | string |