C# Class CollectItems, home_nursing

Inheritance: PackUnpackableBehaviour
Datei anzeigen Open project: ChristianHoj/home_nursing Class Usage Examples

Public Properties

Property Type Description
activeNotificationObject GameObject
activeevent string
collectActive bool
message string
qty int

Public Methods

Method Description
OnTriggerEnter ( Collider collider ) : void
Pack ( StreamPacker, sp ) : void
Start ( ) : void
Unpack ( StreamUnpacker sp ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider collider ) : void
collider Collider
return void

Pack() public method

public Pack ( StreamPacker, sp ) : void
sp StreamPacker,
return void

Start() public method

public Start ( ) : void
return void

Unpack() public method

public Unpack ( StreamUnpacker sp ) : void
sp StreamUnpacker
return void

Update() public method

public Update ( ) : void
return void

Property Details

activeNotificationObject public_oe property

public GameObject activeNotificationObject
return GameObject

activeevent public_oe property

public string activeevent
return string

collectActive public_oe property

public bool collectActive
return bool

message public_oe property

public string message
return string

qty public_oe property

public int qty
return int