Class TabletDeployer
A Deployer which creates a lore tablet at the specified point. The tablet will not be readable unless the y value is at least 0.1 higher than the knight's position at ground level.
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()
Namespace: ItemChanger.Deployers
Assembly: ItemChanger.dll
Syntax
public class TabletDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<TabletDeployer>
Properties
| Improve this Doc View SourceText
The text to display when the tablet is read by the player.
Declaration
public IString Text { get; set; }
Property Value
Type | Description |
---|---|
IString |
Methods
| Improve this Doc View SourceDeploy()
Declaration
public override GameObject Deploy()
Returns
Type | Description |
---|---|
GameObject |
Overrides
| Improve this Doc View SourceInstantiate()
Declaration
public override GameObject Instantiate()
Returns
Type | Description |
---|---|
GameObject |
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>