RenderableDefinition.Builder
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Devralınan Yöntemler
java.lang.Object sınıfından
|
Nesne
|
clone()
|
|
boolean
|
|
|
geçersiz
|
finalize()
|
|
son Sınıf<** gt;
|
getClass()
|
|
int
|
hashCode()
|
|
son geçersiz
|
notify()
|
|
son geçersiz
|
notifyAll()
|
|
Dize
|
toString()
|
|
son geçersiz
|
beklemede(uzun arg0, uzun arg1)
|
|
son geçersiz
|
beklemede(uzun bağımsız değişken)
|
|
son geçersiz
|
pending()
|
İnşaat Ustaları
public
RenderableDefinition.Builder
()
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2022-09-26 UTC."],[],["The `RenderableDefinition.Builder` class is a factory for creating `RenderableDefinition` objects. It allows users to construct these objects by setting specific properties. The key actions are: initializing the builder with the `RenderableDefinition.Builder()` constructor, defining the renderable's submeshes using `setSubmeshes`, setting the renderable's vertices via `setVertices`, and creating the final object using the `build()` method.\n"]]