Version: 2023.2
언어: 한국어
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.