Struct WorldSpaceUIHandler.ParticleTextUIData
Namespace: AS2.UI
Assembly: .dll
Syntax
public struct WorldSpaceUIHandler.ParticleTextUIData
Constructors
ParticleTextUIData(GameObject, Vector2, bool)
Declaration
public ParticleTextUIData(GameObject go, Vector2 pos, bool isVisible)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | go | |
| Vector2 | pos | |
| bool | isVisible |
Fields
go
Declaration
public GameObject go
Field Value
| Type | Description |
|---|---|
| GameObject |
isVisible
Declaration
public bool isVisible
Field Value
| Type | Description |
|---|---|
| bool |
pos
Declaration
public Vector2 pos
Field Value
| Type | Description |
|---|---|
| Vector2 |