C# 클래스 UnityEngine.Localization.Tables.SequentialIDGenerator

Simple Key generator that increments the next key by 1 each time.
상속: IKeyGenerator
파일 보기 프로젝트 열기: needle-mirror/com.unity.localization

공개 메소드들

메소드 설명
GetNextKey ( ) : long

Returns NextAvailableId and increments it by 1.

SequentialIDGenerator ( )

Create a new instance that starts at 1.

SequentialIDGenerator ( long startingId )

Creates a new instance starting from startingId.

메소드 상세

GetNextKey() 공개 메소드

Returns NextAvailableId and increments it by 1.
public GetNextKey ( ) : long
리턴 long

SequentialIDGenerator() 공개 메소드

Create a new instance that starts at 1.

SequentialIDGenerator() 공개 메소드

Creates a new instance starting from startingId.
public SequentialIDGenerator ( long startingId )
startingId long