Class PlotPointImageActorData
Inheritance
PlotPointImageActorData
Assembly: cs.temp.dll.dll
Syntax
public class PlotPointImageActorData : PlotPointBaseActorData, IPlotPointActorData
Fields
_prototype
Declaration
protected static GameObject _prototype
Field Value
Type |
Description |
GameObject |
|
_sprite
Declaration
Field Value
Properties
Prototype
Declaration
public static GameObject Prototype { set; }
Property Value
Type |
Description |
GameObject |
|
Sprite
Declaration
public virtual Sprite Sprite { get; }
Property Value
Methods
Clone()
Declaration
public override IPlotPointActorData Clone()
Returns
Overrides
Declaration
public override IPlotPointActor CreateActor(Transform parent)
Parameters
Type |
Name |
Description |
Transform |
parent |
|
Returns
Overrides
Implements