C# Class friendPos, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
FriendImage Image
FriendNameVisit string
SeatImage Image[]
ThisObject GameObject
crocobed GameObject
myPos string
penguin GameObject
posBed1 Vector3
posDesk Vector3
posFloor1 Vector3
posFloor2 Vector3
posLaundry Vector3

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
load ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

load() public method

public load ( ) : void
return void

Property Details

FriendImage public property

public Image FriendImage
return Image

FriendNameVisit public property

public string FriendNameVisit
return string

SeatImage public property

public Image[] SeatImage
return Image[]

ThisObject public property

public GameObject ThisObject
return GameObject

crocobed public property

public GameObject crocobed
return GameObject

myPos public property

public string myPos
return string

penguin public static property

public static GameObject penguin
return GameObject

posBed1 public static property

public static Vector3 posBed1
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