C# Class VisitFriend, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
BackProbability int
FriendImage Image
FriendNameVisit string
Seat string[]
SeatImage Image[]
ShopLaundry GameObject
TalkBalloonImage GameObject
ThisObject GameObject
VisitCounter Text
VisitItem GameObject[]
VisitNumber int
VisitProbability int
emotion EmotionArray[],
isShown bool
itemVisible bool
myPos string
penguin GameObject
posAmmoFloor1 Vector3
posAmmoFloor2 Vector3
posBed1 Vector3
posCrocoBed Vector3
posCrocoDesk Vector3
posDesk Vector3
posFloor1 Vector3
posFloor2 Vector3
posLaundry Vector3
seat_image SeatImageArray[],

Public Methods

Method Description
Awake ( ) : void
EnableImage ( ) : void
GetEmotionNumber ( int saveN ) : int
HowFriendly ( ) : int
IntParseFast ( string value ) : int
SetEnableTalkList ( ) : void
Start ( ) : void
Update ( ) : void
back ( ) : void
disableImage ( ) : void
load ( ) : void
save ( ) : void
sprite ( ) : void
visit ( ) : void

Private Methods

Method Description
IsAlreadyShow ( int randNum ) : bool
IsPartyTime ( ) : bool
ItemCheck ( ) : bool
PrevTalkNum ( ) : int
TimeOver ( ) : bool
snakeOK ( ) : bool

Method Details

Awake() public method

public Awake ( ) : void
return void

EnableImage() public method

public EnableImage ( ) : void
return void

GetEmotionNumber() public method

public GetEmotionNumber ( int saveN ) : int
saveN int
return int

HowFriendly() public method

public HowFriendly ( ) : int
return int

IntParseFast() public static method

public static IntParseFast ( string value ) : int
value string
return int

SetEnableTalkList() public method

public SetEnableTalkList ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

back() public method

public back ( ) : void
return void

disableImage() public method

public disableImage ( ) : void
return void

load() public method

public load ( ) : void
return void

save() public method

public save ( ) : void
return void

sprite() public method

public sprite ( ) : void
return void

visit() public method

public visit ( ) : void
return void

Property Details

BackProbability public property

public int BackProbability
return int

FriendImage public property

public Image FriendImage
return Image

FriendNameVisit public property

public string FriendNameVisit
return string

Seat public property

public string[] Seat
return string[]

SeatImage public property

public Image[] SeatImage
return Image[]

ShopLaundry public property

public GameObject ShopLaundry
return GameObject

TalkBalloonImage public property

public GameObject TalkBalloonImage
return GameObject

ThisObject public property

public GameObject ThisObject
return GameObject

VisitCounter public property

public Text VisitCounter
return Text

VisitItem public property

public GameObject[] VisitItem
return GameObject[]

VisitNumber public property

public int VisitNumber
return int

VisitProbability public property

public int VisitProbability
return int

emotion public property

public EmotionArray[], emotion
return EmotionArray[],

isShown public property

public bool isShown
return bool

itemVisible public property

public bool itemVisible
return bool

myPos public property

public string myPos
return string

penguin public static property

public static GameObject penguin
return GameObject

posAmmoFloor1 public static property

public static Vector3 posAmmoFloor1
return Vector3

posAmmoFloor2 public static property

public static Vector3 posAmmoFloor2
return Vector3

posBed1 public static property

public static Vector3 posBed1
return Vector3

posCrocoBed public static property

public static Vector3 posCrocoBed
return Vector3

posCrocoDesk public static property

public static Vector3 posCrocoDesk
return Vector3

posDesk public static property

public static Vector3 posDesk
return Vector3

posFloor1 public static property

public static Vector3 posFloor1
return Vector3

posFloor2 public static property

public static Vector3 posFloor2
return Vector3

posLaundry public static property

public static Vector3 posLaundry
return Vector3

seat_image public property

public SeatImageArray[], seat_image
return SeatImageArray[],