C# Class InteractiveConsole, carrot-unity

Inheritance: MonoBehaviour
ファイルを表示 Open project: GoCarrotArchive/carrot-unity Class Usage Examples

Public Properties

Property Type Description
ApiQuery string
CenterHorizontal bool
CenterVertical bool
DirectRequestMessage string
DirectRequestTitle string
FeedActionLink string
FeedActionName string
FeedLink string
FeedLinkCaption string
FeedLinkDescription string
FeedLinkName string
FeedMediaSource string
FeedPicture string
FeedReference string
FeedToId string
FriendSelectorData string
FriendSelectorExcludeIds string
FriendSelectorFilters string
FriendSelectorMax string
FriendSelectorMessage string
FriendSelectorTitle string
Height string
IncludeFeedProperties bool
Left string
PayProduct string
PlayerLevel float
Top string
Width string
textStyle GUIStyle

Private Properties

Property Type Description
Button bool
CallAppRequestAsDirectRequest void
CallAppRequestAsFriendSelector void
CallFBAPI void
CallFBFeed void
CallFBGetDeepLink void
CallFBInit void
CallFBLogin void
CallFBLogout void
CallFBPay void
CallFBPublishInstall void
IsHorizontalLayout bool
LabelAndTextField void
OnHideUnity void
OnInitComplete void
PublishComplete void
TakeScreenshot IEnumerator

Public Methods

Method Description
Awake ( ) : void
CallAppEventLogEvent ( ) : void
CallCanvasSetResolution ( ) : void
Callback ( FBResult, result ) : void
LoginCallback ( FBResult, result ) : void
OnGUI ( ) : void

Private Methods

Method Description
Button ( string label ) : bool
CallAppRequestAsDirectRequest ( ) : void
CallAppRequestAsFriendSelector ( ) : void
CallFBAPI ( ) : void
CallFBFeed ( ) : void
CallFBGetDeepLink ( ) : void
CallFBInit ( ) : void
CallFBLogin ( ) : void
CallFBLogout ( ) : void
CallFBPay ( ) : void
CallFBPublishInstall ( ) : void
IsHorizontalLayout ( ) : bool
LabelAndTextField ( string label, string &text ) : void
OnHideUnity ( bool isGameShown ) : void
OnInitComplete ( ) : void
PublishComplete ( FBResult, result ) : void
TakeScreenshot ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

CallAppEventLogEvent() public method

public CallAppEventLogEvent ( ) : void
return void

CallCanvasSetResolution() public method

public CallCanvasSetResolution ( ) : void
return void

Callback() public method

public Callback ( FBResult, result ) : void
result FBResult,
return void

LoginCallback() public method

public LoginCallback ( FBResult, result ) : void
result FBResult,
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

ApiQuery public_oe property

public string ApiQuery
return string

CenterHorizontal public_oe property

public bool CenterHorizontal
return bool

CenterVertical public_oe property

public bool CenterVertical
return bool

DirectRequestMessage public_oe property

public string DirectRequestMessage
return string

DirectRequestTitle public_oe property

public string DirectRequestTitle
return string

FeedActionLink public_oe property

public string FeedActionLink
return string

FeedActionName public_oe property

public string FeedActionName
return string

FeedLink public_oe property

public string FeedLink
return string

FeedLinkCaption public_oe property

public string FeedLinkCaption
return string

FeedLinkDescription public_oe property

public string FeedLinkDescription
return string

FeedLinkName public_oe property

public string FeedLinkName
return string

FeedMediaSource public_oe property

public string FeedMediaSource
return string

FeedPicture public_oe property

public string FeedPicture
return string

FeedReference public_oe property

public string FeedReference
return string

FeedToId public_oe property

public string FeedToId
return string

FriendSelectorData public_oe property

public string FriendSelectorData
return string

FriendSelectorExcludeIds public_oe property

public string FriendSelectorExcludeIds
return string

FriendSelectorFilters public_oe property

public string FriendSelectorFilters
return string

FriendSelectorMax public_oe property

public string FriendSelectorMax
return string

FriendSelectorMessage public_oe property

public string FriendSelectorMessage
return string

FriendSelectorTitle public_oe property

public string FriendSelectorTitle
return string

Height public_oe property

public string Height
return string

IncludeFeedProperties public_oe property

public bool IncludeFeedProperties
return bool

Left public_oe property

public string Left
return string

PayProduct public_oe property

public string PayProduct
return string

PlayerLevel public_oe property

public float PlayerLevel
return float

Top public_oe property

public string Top
return string

Width public_oe property

public string Width
return string

textStyle public_oe property

public GUIStyle textStyle
return GUIStyle