Bearbeiten

BaseStateModel.SetStateValue(Int32, Int32) Method

Definition

Set value of state with given index to the provided value

public:
 virtual void SetStateValue(int index, int value);
public virtual void SetStateValue (int index, int value);
abstract member SetStateValue : int * int -> unit
override this.SetStateValue : int * int -> unit
Public Overridable Sub SetStateValue (index As Integer, value As Integer)

Parameters

index
Int32

index of state to access

value
Int32

value to set for state

Applies to