AnyLogic
Expand
Font size
All Implemented Interfaces:
InstancingUsdRepresentation<C>, UsdRepresentation<C>

@AnyLogicInternalAPI
public class UsdElementCollectionUsdRepresentation<C extends UsdElement>
extends CollectionUsdRepresentation<C>

Constructor Summary

ConstructorDescription
UsdElementCollectionUsdRepresentation(UsdContext context, Iterable<C> population, List<String> assetPath, String containerPath) 
UsdElementCollectionUsdRepresentation(UsdContext context, Iterable<C> population, List<String> assetPath, String containerPath, String innerUsdPath, String parentContainerPath) 

Method Summary

Methods inherited from class com.anylogic.engine.omniverse_connector.CollectionUsdRepresentation

addAttrUpdater, addAttrUpdater, addPositionUpdater, addPositionUpdater, addVariantUpdater, addVariantUpdater, fillFrame, generate

Methods inherited from class com.anylogic.engine.omniverse_connector.AbstractInstancingUsdRepresentation

disableCache, getAssetPaths, getCacheSize, getContainerPath, getObject, isInstanceable, setCacheSize, setInstanceable

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

UsdElementCollectionUsdRepresentation

public UsdElementCollectionUsdRepresentation(UsdContext context,
 Iterable<C> population,
 List<String> assetPath,
 String containerPath,
 String innerUsdPath,
 String parentContainerPath)

UsdElementCollectionUsdRepresentation

public UsdElementCollectionUsdRepresentation(UsdContext context,
 Iterable<C> population,
 List<String> assetPath,
 String containerPath)