Interface ITalkerComponent
感情パラメータの単位オブジェクトインターフェイス。
Namespace: FluentCeVIOWrapper.Common.Talk
Assembly: FluentCeVIOWrapper.Common.dll
Syntax
public interface ITalkerComponent
Properties
Id
キャストの識別子を取得します。
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
感情の名前を取得します。
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Value
感情の値(0~100)を取得または設定します。
Declaration
uint Value { get; set; }
Property Value
Type | Description |
---|---|
uint |