Click or drag to resize

StatBaseProperty Class

A more inspector-friendly AsyncReactiveProperty for use in Stats.
Inheritance Hierarchy
SystemObject
  AsyncReactivePropertySingle
    Kit.ContainersStatBaseProperty

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
[SerializableAttribute]
public class StatBaseProperty : AsyncReactiveProperty<float>
Request Example View Source
Constructors
  NameDescription
Public methodStatBaseProperty
Initializes a new instance of the StatBaseProperty class
Public methodStatBaseProperty(Single)
Initializes a new instance of the StatBaseProperty class
Top
See Also