Version: 2020.2
言語: 日本語

ObjectSelectorTargetInfoConstructor

マニュアルに切り替える
public ObjectSelectorTargetInfo (GlobalObjectId globalObjectId, Object targetObject, Type type);

パラメーター

globalObjectId The object's global identifier.
targetObject The object's instance. It can be null if the object is not loaded.
type The object's underlying type. It can be null if the object is not loaded.

説明

Creates an ObjectSelectorTargetInfo.

This structure is used to pass an object's information to an ObjectSelectorHandlerAttribute without loading the object if it is not needed.