Class HotspotContainer
Inheritance
HotspotContainer
Syntax
[Serializable]
public class HotspotContainer
Constructors
HotspotContainer()
Declaration
public HotspotContainer()
HotspotContainer(Vector2, String)
Declaration
public HotspotContainer(Vector2 vector, string name)
Parameters
Properties
name
Declaration
public string name { get; }
Property Value
x
Declaration
Property Value
y
Declaration
Property Value
Operators
Implicit(HotspotContainer to Vector2)
Declaration
public static implicit operator Vector2(HotspotContainer vector)
Parameters
Returns