Table of Contents

Class SeedCreator

Namespace
S1API.Growing
Assembly
S1API.dll

The seed Creator for custom seeds to be added.

public static class SeedCreator
Inheritance
SeedCreator
Inherited Members

Methods

CreateSeed(string, string, string, int, GameObject?, GameObject?, Sprite?)

public static SeedDefinition CreateSeed(string id, string name, string description, int stackLimit = 10, GameObject? functionSeedPrefab = null, GameObject? plantPrefab = null, Sprite? icon = null)

Parameters

id string
name string
description string
stackLimit int
functionSeedPrefab GameObject
plantPrefab GameObject
icon Sprite

Returns

SeedDefinition