0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Unity ECSのSystemAPI.Queryの関数早見表

Last updated at Posted at 2024-12-03

環境

Unity 6000.0.25f1
Entities 1.3.5

関数一覧

関数名 説明
GetEnumerator クエリ内のエンティティのEnumeratorを返却
WithAbsent 指定したコンポーネントが存在しないもの
WithAll 指定したコンポーネントを全て含むもの
WithAny 指定したコンポーネントを一つでも含むもの
WithChangeFilter 指定したコンポーネントが変更されているもの
WithDisabled 指定したコンポーネントが存在し無効化されているもの
WithEntityAccess エンティティに直接アクセスするためのタプルを追加
WithNone 指定したコンポーネントが存在しないor無効化されているもの
WithOptions 独自のEntityQueryOptionsを指定できる
WithPresent 指定したコンポーネントが有効か無効かに関係なく存在するもの
WithSharedComponentFilter 共有コンポーネントに指定された値を持つチャンクのみを選択
WithSharedComponentFilterManaged 管理対象の共有コンポーネントに指定された値を持つチャンクのみを選択

参考: https://docs.unity3d.com/Packages/com.unity.entities@1.3/api/Unity.Entities.QueryEnumerable-2.html

間違いや訂正がありましたら連絡くださいmm

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?