Class PlacedObject.GridRectObjectData
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PlacedObject.GridRectObjectData : PlacedObject.Data
- Inheritance
-
PlacedObject.GridRectObjectData
- Inherited Members
-
Constructors
GridRectObjectData(PlacedObject)
public GridRectObjectData(PlacedObject owner)
Parameters
owner PlacedObject
Fields
handlePos
Field Value
- Vector2
Properties
Rect
public IntRect Rect { get; }
Property Value
- IntRect
Methods
BaseSaveString()
public string BaseSaveString()
Returns
- string
FromString(string)
public override void FromString(string s)
Parameters
s string
ToString()
public override string ToString()
Returns
- string