Property | Type | Description | |
---|---|---|---|
DimmingFactor | float |
Method | Description | |
---|---|---|
DimmingMemoryFieldOfViewHandler ( float dimmingFactor, State startingState = State.Enabled ) : JetBrains.Annotations |
Creates a new handler with the given dimming factor.
|
Method | Description | |
---|---|---|
ApplyMemoryAppearance ( SadRogue.Integration.FieldOfView.Memory.MemoryAwareRogueLikeCell terrain ) : void |
protected ApplyMemoryAppearance ( SadRogue.Integration.FieldOfView.Memory.MemoryAwareRogueLikeCell terrain ) : void | ||
terrain | SadRogue.Integration.FieldOfView.Memory.MemoryAwareRogueLikeCell | |
return | void |
public DimmingMemoryFieldOfViewHandler ( float dimmingFactor, State startingState = State.Enabled ) : JetBrains.Annotations | ||
dimmingFactor | float | A factor to multiply terrain's colors by to dim them. |
startingState | State | The starting value for |
return | JetBrains.Annotations |