C# Class SpeakerPortrait, RPGQuest

显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
image UnityEngine.Texture2D
inBox bool
position Vector2

Public Methods

Method Description
GetIconPath ( ) : string
ShowPortrait ( ) : void
SpeakerPortrait ( string imageName, Vector2 pos, bool ib ) : UnityEngine

Method Details

GetIconPath() public static method

public static GetIconPath ( ) : string
return string

ShowPortrait() public method

public ShowPortrait ( ) : void
return void

SpeakerPortrait() public method

public SpeakerPortrait ( string imageName, Vector2 pos, bool ib ) : UnityEngine
imageName string
pos Vector2
ib bool
return UnityEngine

Property Details

image public_oe property

public Texture2D,UnityEngine image
return UnityEngine.Texture2D

inBox public_oe property

public bool inBox
return bool

position public_oe property

public Vector2 position
return Vector2