MuJoCoVideo
public final class MuJoCoVideo<EnvType> where EnvType : MuJoCoEnv
extension MuJoCoVideo: Renderable
-
Declaration
Swift
public init( env: EnvType, filePath: String, width: Int = 1280, height: Int = 720, framesPerSecond: Int = 30 )
-
Declaration
Swift
public func render()
-
Declaration
Swift
public func close()