Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LocationalTextBlurb
C# Class LocationalTextBlurb, Unity-Free-Flight
Pops up text if object1 collides with object2
Inheritance:
BaseTextBlurb
Show file
Open project: NickolausDS/Unity-Free-Flight
Public Properties
Property
Type
Description
location
GameObject
persistForever
bool
Public Methods
Method
Description
OnCollision
(
Collision
c
) :
void
Protected Methods
Method
Description
condition
( ) :
bool
Method Details
OnCollision()
public
method
public
OnCollision
(
Collision
c
) :
void
c
Collision
return
void
condition()
protected
method
protected
condition
( ) :
bool
return
bool
Property Details
location
public property
public
GameObject
location
return
GameObject
persistForever
public property
public
bool
persistForever
return
bool