Version: 2021.1
言語: 日本語
public ObjectChangeKind GetEventType (int eventIdx);

パラメーター

eventIdx The index of the event whose type should be returned.

戻り値

ObjectChangeKind The type of the event at the specified index.

説明

Returns the type of the event at the specified index.

Use this function to query the type of an event before using any of the other functions (e.g. ObjectChangeEventStream.GetChangeAssetObjectEvent) to retrieve the event data.