C# Class friendPos, HomeAlone

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Image FriendImage
return Image

FriendNameVisit public_oe property

public string FriendNameVisit
return string

SeatImage public_oe property

public Image[] SeatImage
return Image[]

ThisObject public_oe property

public GameObject ThisObject
return GameObject

crocobed public_oe property

public GameObject crocobed
return GameObject

myPos public_oe property

public string myPos
return string

penguin public_oe static_oe property

public static GameObject penguin
return GameObject

posBed1 public_oe static_oe property

public static Vector3 posBed1
return Vector3

posDesk public_oe static_oe property

public static Vector3 posDesk
return Vector3

posFloor1 public_oe static_oe property

public static Vector3 posFloor1
return Vector3

posFloor2 public_oe static_oe property

public static Vector3 posFloor2
return Vector3

posLaundry public_oe static_oe property

public static Vector3 posLaundry
return Vector3