C# Class BabylonJS.IAnimatableCachedEntity

Inheritance: CachedEntityObject, IAnimatable
Mostra file Open project: canhorn/EventHorizon.Blazor.Interop.Generator

Public Methods

Method Description
IAnimatableCachedEntity ( ) : System
IAnimatableCachedEntity ( ICachedEntity entity ) : System
get_animations ( ) : ValueTask
set_animations ( Array value ) : ValueTask

Method Details

IAnimatableCachedEntity() public method

public IAnimatableCachedEntity ( ) : System
return System

IAnimatableCachedEntity() public method

public IAnimatableCachedEntity ( ICachedEntity entity ) : System
entity ICachedEntity
return System

get_animations() public method

public get_animations ( ) : ValueTask
return ValueTask

set_animations() public method

public set_animations ( Array value ) : ValueTask
value Array
return ValueTask