গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ব্লক রেন্ডারিং > ইনপুট কানেকশন > (কন্সট্রাকটর)
InputConnection
ক্লাসের একটি নতুন উদাহরণ তৈরি করে
স্বাক্ষর:
constructor(constants: ConstantProvider, input: Input);
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
ধ্রুবক | ধ্রুবক প্রদানকারী | রেন্ডারিং ধ্রুবক প্রদানকারী। |
ইনপুট | ইনপুট | তথ্য পরিমাপ এবং সংরক্ষণ করার জন্য ইনপুট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This constructor initializes a new `InputConnection` object for rendering block inputs."],["It uses a `ConstantProvider` for rendering settings and an `Input` object to manage the input's data."],["The `InputConnection` object is responsible for the visual representation and connection logic of a block's input."]]],["The `InputConnection` class constructor creates a new instance. It requires two parameters: `constants`, a `ConstantProvider` instance which supplies rendering constants, and `input`, an `Input` instance representing the input being measured and having data stored for it. This constructor sets up the `InputConnection` object for use in block rendering.\n"]]