Class ShinyContainer
Container for creating and modifying shiny items.
Inheritance
System.Object
ShinyContainer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: ItemChanger.dll
Syntax
public class ShinyContainer : Container
Properties
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
SupportsCost
Declaration
public override bool SupportsCost { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
SupportsDrop
Declaration
public override bool SupportsDrop { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
SupportsInstantiate
Declaration
public override bool SupportsInstantiate { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
SupportsSceneChange
Declaration
public override bool SupportsSceneChange { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
AddChangeSceneToFsm(PlayMakerFSM, ChangeSceneInfo)
Declaration
public override void AddChangeSceneToFsm(PlayMakerFSM fsm, ChangeSceneInfo info)
Parameters
Overrides
|
Improve this Doc
View Source
AddCostToFsm(PlayMakerFSM, CostInfo)
Declaration
public override void AddCostToFsm(PlayMakerFSM fsm, CostInfo info)
Parameters
Type |
Name |
Description |
PlayMakerFSM |
fsm |
|
CostInfo |
info |
|
Overrides
|
Improve this Doc
View Source
AddGiveEffectToFsm(PlayMakerFSM, ContainerGiveInfo)
Declaration
public override void AddGiveEffectToFsm(PlayMakerFSM fsm, ContainerGiveInfo info)
Parameters
Overrides
|
Improve this Doc
View Source
GetNewContainer(ContainerInfo)
Declaration
public override GameObject GetNewContainer(ContainerInfo info)
Parameters
Returns
Type |
Description |
GameObject |
|
Overrides
Extension Methods