Class DeformMineralsAmountUserToolStateConfigAsset
Inheritance
Object
ScriptableObject
DeformMineralsAmountUserToolStateConfigAsset
Implements
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Fwt.HexTerrains.UserTools.SM.Configs.States.CellMinerals
Assembly: fwt.hexterrains.dll
Syntax
[CreateAssetMenu(fileName = "DeformMineralsAmountUserToolStateConfigAsset", menuName = "Fwt/HexTerrains/User Tools/Cell Minerals/Deform CellMinerals Amount UserTool State")]
public class DeformMineralsAmountUserToolStateConfigAsset : HexTerrainLayerGroupBrushUserToolStateConfigAsset, IDeformSurfaceUserToolStateConfig, IHexTerrainLayerGroupBrushUserToolStateConfig, IHexTerrainBrushUserToolStateConfig, IHexTerrainUserToolStateConfig, IUserToolStateConfig
Fields
_invertKey
Declaration
[Tooltip("If this key is pressed, the value applied to brush target is inverted")]
[SerializeField]
protected KeyCode _invertKey
Field Value
| Type | Description |
|---|---|
| KeyCode |
_turboKey
Declaration
[Tooltip("If this key is pressed, the delta height value will be multiplied by Turbo Koeffitient")]
[SerializeField]
protected KeyCode _turboKey
Field Value
| Type | Description |
|---|---|
| KeyCode |
_turboKoeffitient
Declaration
[Tooltip("Delta height multiplier that is applied if TurboKey is pressed")]
[SerializeField]
protected float _turboKoeffitient
Field Value
| Type | Description |
|---|---|
| float |
Properties
InvertKey
If this key is pressed, the value applied to brush target is inverted
Declaration
public KeyCode InvertKey { get; set; }
Property Value
| Type | Description |
|---|---|
| KeyCode |
TurboKey
If this key is pressed, the delta height value will be multiplied by Turbo Koeffitient
Declaration
public KeyCode TurboKey { get; set; }
Property Value
| Type | Description |
|---|---|
| KeyCode |
TurboKoeffitient
Delta height multiplier that is applied if TurboKey is pressed
Declaration
public float TurboKoeffitient { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Methods
CreateUserToolState(ISmState)
Declaration
public override UserToolStateBase CreateUserToolState(ISmState parent)
Parameters
| Type | Name | Description |
|---|---|---|
| ISmState | parent |
Returns
| Type | Description |
|---|---|
| UserToolStateBase |