C# Class StoryTrigger, Penguin_Noir

Inheritance: MonoBehaviour
显示文件 Open project: Kaboom242/Penguin_Noir Class Usage Examples

Public Properties

Property Type Description
DialogueChoices List
NumSequance int
dia Dialogue,
diaBox GameObject
inventoryItem GameObject[]
play_x_Msg int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
SayWhat ( int i, int j ) : IEnumerator

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

DialogueChoices public_oe property

public List DialogueChoices
return List

NumSequance public_oe property

public int NumSequance
return int

dia public_oe property

public Dialogue, dia
return Dialogue,

diaBox public_oe property

public GameObject diaBox
return GameObject

inventoryItem public_oe property

public GameObject[] inventoryItem
return GameObject[]

play_x_Msg public_oe property

public int play_x_Msg
return int