Property | Type | Description | |
---|---|---|---|
PlayerAssignedShroomPosition | List |
||
ShroomPosition | List |
Method | Description | |
---|---|---|
AddShroomLocation ( Vector3 position ) : void |
Adds a position to Player Assigned List
|
|
AddShroomLocations ( List |
Adds positions given a list.
|
|
Initialize ( ) : void |
Initializes AutoShroom
|
|
RemoveShroomLocation ( Vector3 position ) : void |
Removes a position from Player Assigned List
|
|
RemoveShroomLocations ( List |
Removes positions given a list.
|
|
SavePositions ( ) : void |
Saves all Player Assigned positions to a file.
|
Method | Description | |
---|---|---|
AssignPosition ( ) : void |
Assigns Player Assigned Positions to the addon
|
|
AssignPosition ( Vector3 position ) : void |
Assigns given position to the addon
|
|
AutoShroom ( ) : System.Collections.Generic |
To Avoid Multiple Initialize Calls.
|
|
LoadDefaultPositions ( ) : void |
Loads in Positions saved in addon
|
|
LoadPositions ( ) : void |
Loads in positions saved on file
|
public static AddShroomLocation ( Vector3 position ) : void | ||
position | Vector3 | |
return | void |
public static AddShroomLocations ( List |
||
positions | List |
|
return | void |
public static RemoveShroomLocation ( Vector3 position ) : void | ||
position | Vector3 | |
return | void |
public static RemoveShroomLocations ( List |
||
positions | List |
|
return | void |
public static List |
||
return | List |