[SerializableAttribute]
public class SavedPrefab
SavedPrefab(Drawable) | Constructor that converts Drawable class to the save data. |
SavedPrefab(String, Boolean, Single, Boolean, Offsets, Boolean, Filters) | Constructor with parameters. |
Filters | Individual filters of this prefab. |
Offsets | Individual offsets of this prefab. |
OverrideFilters | Would this prefab override global filters? |
OverrideOffsets | Would this prefab override global offsets? |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
drawThis | Should this prefab be drawn? |
path | Path to the prefab in a project. |
weight | Weight of this prefab. Used to determinate which prefab would be drawn more than the others. |