C# Class SkillIO, SRPGCK

Inheritance: UnityEngine.ScriptableObject
Show file Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
drawOverlayRim bool
drawOverlayVolume bool
editorShow bool
highlightColor Color
indicatorCycleLength float
invertOverlay bool
keyboardMoveSpeed float
lockToGrid bool
overlayColor Color
overlayType RadialOverlayType
pathMaterial Material
performTemporaryStepsImmediately bool
performTemporaryStepsOnConfirmation bool
probePrefab CharacterController
requireConfirmation bool
supportKeyboard bool
supportMouse bool
switchXY bool

Property Details

drawOverlayRim public property

public bool drawOverlayRim
return bool

drawOverlayVolume public property

public bool drawOverlayVolume
return bool

editorShow public property

public bool editorShow
return bool

highlightColor public property

public Color highlightColor
return Color

indicatorCycleLength public property

public float indicatorCycleLength
return float

invertOverlay public property

public bool invertOverlay
return bool

keyboardMoveSpeed public property

public float keyboardMoveSpeed
return float

lockToGrid public property

public bool lockToGrid
return bool

overlayColor public property

public Color overlayColor
return Color

overlayType public property

public RadialOverlayType overlayType
return RadialOverlayType

pathMaterial public property

public Material pathMaterial
return Material

performTemporaryStepsImmediately public property

public bool performTemporaryStepsImmediately
return bool

performTemporaryStepsOnConfirmation public property

public bool performTemporaryStepsOnConfirmation
return bool

probePrefab public property

public CharacterController probePrefab
return CharacterController

requireConfirmation public property

public bool requireConfirmation
return bool

supportKeyboard public property

public bool supportKeyboard
return bool

supportMouse public property

public bool supportMouse
return bool

switchXY public property

public bool switchXY
return bool